Represents all licenses for this owner at this site.
Constructors
NSSignedPublicKey()
Initializes a new instance of the NSSignedPublicKey class.
Methods
GetExpiryDate()
Returns: CRMScript.Global.DateTime - Date when the signature expires. No Timezone.
Example:
GetKey()
Returns: CRMScript.NetServer.NSDSAParameters - Public key held by module owner.
Example:
GetOwnerName()
Returns: CRMScript.Global.String - The name of the module owner, not visible in GUI but used in the code.
OwnerName SUPEROFFICE is reserved and may NEVER be used by partners. This must be in UPPER CASE and only contain A-Z and 0-9. NO EXTENDED CHARACTERS please.n
Example:
GetSignature()
Returns: CRMScript.Global.String - Signature, Base64 encoded value.
Example:
GetSignDate()
Returns: CRMScript.Global.DateTime - Date when the the public key was signed. No Timezone.
Example:
SetExpiryDate(DateTime)
Returns: CRMScript.Global.Void
Example:
SetKey(NSDSAParameters)
Returns: CRMScript.Global.Void
Example:
SetOwnerName(String)
Returns: CRMScript.Global.Void
Example:
SetSignature(String)
Returns: CRMScript.Global.Void
Example:
SetSignDate(DateTime)
Returns: CRMScript.Global.Void
Example: