Class SsoIdentityProvider
Inheritance
System.Object
SsoIdentityProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Sso
Assembly: Terrasoft.Core.dll
Syntax
public class SsoIdentityProvider
Constructors
SsoIdentityProvider()
Declaration
public SsoIdentityProvider()
Properties
AdditionalParams
Declaration
public string AdditionalParams { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Caption
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntityID
Declaration
public string EntityID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PartnerCertificateThumbprint
Declaration
public string PartnerCertificateThumbprint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SingleLogoutServiceUrl
Declaration
public string SingleLogoutServiceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SingleSignOnServiceUrl
Declaration
public string SingleSignOnServiceUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartSsoClientProvider
Declaration
public string StartSsoClientProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String |