AsymmetricKeyPersistable プロパティ

非対称キーを永続化できるかどうかを示す Boolean 値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AsymmetricKeyPersistable As Boolean
    Get
'使用
Dim instance As CryptographicProvider
Dim value As Boolean

value = instance.AsymmetricKeyPersistable
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool AsymmetricKeyPersistable { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool AsymmetricKeyPersistable {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AsymmetricKeyPersistable : bool
function get AsymmetricKeyPersistable () : boolean

プロパティ値

型: System. . :: . .Boolean
非対称キーを永続化できるかどうかを示す Boolean 値です。
非対称キーを永続化できる場合は True を、それ以外の場合は False を返します。