AcadSecurityParams
AcadSecurityParams Class
Supported Platforms: Windows only
Object Inheritance
Members
These members are part of this object:
Properties- Action
- Action
- Password
- Password
- ProviderType
- ProviderType
- ProviderName
- ProviderName
- Algorithm
- Algorithm
- KeyLength
- KeyLength
- Subject
- Subject
- Issuer
- Issuer
- SerialNumber
- SerialNumber
- Comment
- Comment
- TimeServer
- TimeServer
- Action
Void Action( )
Specifies the security-related operations to be performed.
- Action [ReadOnly]
Integer Action( )
Specifies the security-related operations to be performed.
- Password
Void Password( )
Specifies the encryption password.
- Password [ReadOnly]
BSTR Password( )
Specifies the encryption password.
- ProviderType
Void ProviderType( )
Specifies the encryption provider type.
- ProviderType [ReadOnly]
Integer ProviderType( )
Specifies the encryption provider type.
- ProviderName
Void ProviderName( )
Specifies the encryption provider name.
- ProviderName [ReadOnly]
BSTR ProviderName( )
Specifies the encryption provider name.
- Algorithm
Void Algorithm( )
Specifies the encryption algorithm identifier.
- Algorithm [ReadOnly]
Integer Algorithm( )
Specifies the encryption algorithm identifier.
- KeyLength
Void KeyLength( )
Specifies the length of the encryption key.
- KeyLength [ReadOnly]
Integer KeyLength( )
Specifies the length of the encryption key.
- Subject
Void Subject( )
Specifies the subject name of the digital certificate
- Subject [ReadOnly]
BSTR Subject( )
Specifies the subject name of the digital certificate
- Issuer
Void Issuer( )
Specifies the issuer name of the digital certificate.
- Issuer [ReadOnly]
BSTR Issuer( )
Specifies the issuer name of the digital certificate.
- SerialNumber
Void SerialNumber( )
Specifies the serial number of the digital certificate.
- SerialNumber [ReadOnly]
BSTR SerialNumber( )
Specifies the serial number of the digital certificate.
Void Comment( )
Specifies the comment to be included with the digital signature.
BSTR Comment( )
Specifies the comment to be included with the digital signature.
- TimeServer
Void TimeServer( )
Specifies the name of the time server to be used for the digital signature.
- TimeServer [ReadOnly]
BSTR TimeServer( )
Specifies the name of the time server to be used for the digital signature.