Udostępnij przez


Login.Certificate Property

Gets the certificate associated with the login.

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

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property Certificate As String
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public string Certificate { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
virtual property String^ Certificate {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_Certificate ()

/** @property */
public final void set_Certificate (String value)
public final function get Certificate () : String

public final function set Certificate (value : String)

Property Value

A String value that specifies the certificate associated with the login.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.