Compartir a través de


CryptographicProvider.AuthenticationType Propiedad

Gets the type of authentication that is used by the cryptographic provider.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AuthenticationType As ProviderAuthenticationType 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ProviderAuthenticationType
A AuthenticationType value that specifies the type of authentication that is used by the cryptographic provider.

Ejemplos

Establecer propiedades

Vea también

Referencia

CryptographicProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo