Bagikan melalui


CryptographicProvider.AuthenticationType Property

Gets the type of authentication employed by the cryptographic provider.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property AuthenticationType As ProviderAuthenticationType
    Get
'Usage
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

Property Value

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