Condividi tramite


Proprietà CryptographicProvider.AuthenticationType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AuthenticationType As ProviderAuthenticationType 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

CryptographicProvider Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo