Udostępnij przez


SymmetricKey.OpenWithCertificate Method (String)

Opens the symmetric key with a certificate.

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

Syntax

'Deklaracja
Public Sub OpenWithCertificate ( _
    certificateName As String _
)
public void OpenWithCertificate (
    string certificateName
)
public:
void OpenWithCertificate (
    String^ certificateName
)
public void OpenWithCertificate (
    String certificateName
)
public function OpenWithCertificate (
    certificateName : String
)

Parameters

  • certificateName
    A String value that specifies the certificate.

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.