SAMLIDP Class
NAMESPACE
RASAdminEngine.Core.OutputModels
DESCRIPTION
The server or authorization authority that the client can use to authenticate
INHERITED FROM
RASSerilazableObj⇒RASListObj⇒SAMLIDP
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
String | AdminCreate | Inherited from RASListObj | |
String | AdminLastMod | Inherited from RASListObj | |
Boolean | AllowUnencryptedAssertion | Allow unencrypted assertion | |
Attributes | |||
String | Description | Description of the IDP | |
Boolean | Enabled | Whether the IDP is enabled or not. | |
String | Host | Specifies the host name | |
UInt32 | Id | ||
String | IDPCertificate | IDP certificate | |
String | IDPEntityID | IDP entity ID | |
String | LogonURL | Logon URL | |
String | LogoutURL | Logout URL | |
String | Name | Name of the IDP | |
UInt32 | SiteId | Site ID | |
String | SPCertificate | Specifies the service provider certificate | |
String | SPEntityID | Sends a unique ID as a parameter of the SAML token. | |
String | SPLogonURL | Specifies where to redirect users so that they can authenticate. | |
String | SPLogoutURL | Specifies where to redirect users so that they can deauthenticate. | |
String | SPReplyURL | Specifies where to receive the SAML token. | |
UInt32 | ThemeId | The theme ID associated with this SAML configuration | |
DateTime | TimeCreate | Inherited from RASListObj | |
DateTime | TimeLastMod | Inherited from RASListObj |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated