次の方法で共有


AsymmetricKeySupported プロパティ

非対称キーがサポートされているかどうかを示す Boolean 値を取得します。

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

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property AsymmetricKeySupported As Boolean
    Get
'使用
Dim instance As CryptographicProvider
Dim value As Boolean

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

プロパティ値

型: System. . :: . .Boolean
非対称キーがサポートされているかどうかを示す Boolean 値です。
True の場合、非対称キーはサポートされています。False の場合、非対称キーはサポートされていません。