Certificate.Create Method

Creates a certificate based on a certificate encryption algorithm or based on a certificate source type.

备注

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

重载列表

名称 Description
Certificate.Create ()
Creates a certificate on the database.
Certificate.Create (String)
Creates a certificate based on a certificate encryption algorithm or based on a certificate source type.
Certificate.Create (String, CertificateSourceType)
Creates a certificate on the database with the specified certificate source type.
Certificate.Create (String, CertificateSourceType, String, String)
Creates a certificate on the database with the specified certificate source type.
Certificate.Create (String, CertificateSourceType, String, String, String)
Creates a certificate on the database with the specified certificate source type.

请参阅

参考

Certificate Class
Certificate Members
Microsoft.SqlServer.Management.Smo Namespace

其他资源

加密层次结构
CREATE CERTIFICATE (Transact-SQL)