AuthenticationType プロパティ
暗号化サービス プロバイダによって使用される認証の種類を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property AuthenticationType As ProviderAuthenticationType
Get
'使用
Dim instance As CryptographicProvider
Dim value As ProviderAuthenticationType
value = instance.AuthenticationType
[SfcPropertyAttribute]
public ProviderAuthenticationType AuthenticationType { get; }
[SfcPropertyAttribute]
public:
property ProviderAuthenticationType AuthenticationType {
ProviderAuthenticationType get ();
}
[<SfcPropertyAttribute>]
member AuthenticationType : ProviderAuthenticationType
function get AuthenticationType () : ProviderAuthenticationType
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .ProviderAuthenticationType
暗号化サービス プロバイダによって使用される認証の種類を示す AuthenticationType 値です。