TrustedApplicationApplicationSecretHash Property |
Hash of the secret of the client application. The secret is used when the client application needs to authorize itself in front of the identity provider.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ApplicationSecretHash { get; set; }
Public Property ApplicationSecretHash As String
Get
Set
public:
property String^ ApplicationSecretHash {
String^ get ();
void set (String^ value);
}
member ApplicationSecretHash : string with get, set
Property Value
Type:
String
See Also