PrivateKeyEncryptionType 열거형
The PrivateKeyEncryptionType enumeration contains values that are used to specify the encryption types for a private key associated with a certificate or an asymmetric key.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)
구문
‘선언
Public Enumeration PrivateKeyEncryptionType
‘사용 방법
Dim instance As PrivateKeyEncryptionType
public enum PrivateKeyEncryptionType
public enum class PrivateKeyEncryptionType
type PrivateKeyEncryptionType
public enum PrivateKeyEncryptionType
멤버
멤버 이름 | 설명 | |
---|---|---|
MasterKey | Value = 1. Certificate is encrypted with a master key. | |
NoKey | Value = 0. Certificate does not have any key. | |
Password | Value = 2. Certificate is encrypted with a user password. | |
Provider | Value = 3.
Certificate is encrypted by the encryption provider. |
주의
The PrivateKeyEncryptionType enumeration class is served by the PrivateKeyEncryptionType property of the Certificate class and the AsymmetricKey class.
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.