CryptographicProvider.AuthenticationType 属性
Gets the type of authentication that is used by the cryptographic provider.
命名空间: 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
A AuthenticationType value that specifies the type of authentication that is used by the cryptographic provider.