Skip to main content
Credentials for external authentication.

Constructors

NSUntrustedCredentials()

Initializes a new instance of the NSUntrustedCredentials class.

Methods

GetComment()

Returns: CRMScript.Global.String - Description of credentials. Max 255 characters. Example:

GetIsActive()

Returns: CRMScript.Global.Bool - Is this credentials currently active. Example:

GetPublicValue()

Returns: CRMScript.Global.String - Data stored unencrypted in the db. Typically server and or username. Max 238 characters. Example:

GetSecretValue()

Returns: CRMScript.Global.String - Data stored encrypted in the db. Typically a password. Max 70 characters. Example:

GetValidFrom()

Returns: CRMScript.Global.DateTime - Credentials are valid from this date. Example:

GetValidTo()

Returns: CRMScript.Global.DateTime - Credentials are valid to this date. Example:

SetComment(String)

Returns: CRMScript.Global.Void Example:

SetIsActive(Bool)

Returns: CRMScript.Global.Void Example:

SetPublicValue(String)

Returns: CRMScript.Global.Void Example:

SetSecretValue(String)

Returns: CRMScript.Global.Void Example:

SetValidFrom(DateTime)

Returns: CRMScript.Global.Void Example:

SetValidTo(DateTime)

Credentials are valid to this date.
Returns: CRMScript.Global.Void Example: