次の方法で共有


PrivateKeyEncryptionType 列挙体

PrivateKeyEncryptionType 列挙には、証明書または非対称キーに関連付けられた秘密キーの暗号化の種類を指定するために使用される値が含まれます。

名前空間:  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

メンバー

メンバー名 説明
NoKey 値 = 0 証明書にはキーがありません。
MasterKey 値 = 1 証明書はマスター キーで暗号化されます。
Password 値 = 2。証明書はユーザー パスワードで暗号化されます。
Provider 値 = 3

証明書は暗号化プロバイダーで暗号化されます。

説明

PrivateKeyEncryptionType 列挙クラスは、Certificate クラスおよび AsymmetricKey クラスの PrivateKeyEncryptionType プロパティによって処理されます。

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。