PrivateKeyEncryptionType プロパティ
非対称キー用の秘密キーの、暗号化の種類を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property PrivateKeyEncryptionType As PrivateKeyEncryptionType
Get
'使用
Dim instance As AsymmetricKey
Dim value As PrivateKeyEncryptionType
value = instance.PrivateKeyEncryptionType
[SfcPropertyAttribute]
public PrivateKeyEncryptionType PrivateKeyEncryptionType { get; }
[SfcPropertyAttribute]
public:
property PrivateKeyEncryptionType PrivateKeyEncryptionType {
PrivateKeyEncryptionType get ();
}
[<SfcPropertyAttribute>]
member PrivateKeyEncryptionType : PrivateKeyEncryptionType
function get PrivateKeyEncryptionType () : PrivateKeyEncryptionType
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .PrivateKeyEncryptionType
非対称キーに関連付けられた秘密キーの暗号化の種類を示す PrivateKeyEncryptionType 値です。