Свойство 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.
См. также