Skip to main content
Credentials supported for authentication

Constructors

NSCredential()

Initializes a new instance of the NSCredential class.

Methods

GetDisplayValue()

Returns: CRMScript.Global.String - The value displayed to the user. This will typically be the users login name in active directory. Example:

GetType()

Returns: CRMScript.NetServer.NSCredentialType - Description of credential type. Example:

GetValue()

Returns: CRMScript.Global.String - The actual value of the credentials. Typically the password or the users SID in active directory. Example:

SetDisplayValue(String)

Returns: CRMScript.Global.Void Example:

SetType(NSCredentialType)

Returns: CRMScript.Global.Void Example:

SetValue(String)

Returns: CRMScript.Global.Void Example: