AuthenticationType プロパティ

暗号化サービス プロバイダーによって使用される認証の種類を取得します。

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

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .ProviderAuthenticationType
暗号化サービス プロバイダーによって使用される認証の種類を示す AuthenticationType 値です。