Certificate.Create 方法 (String, CertificateSourceType, String, String)
Creates a certificate on the database that has the specified certificate source type.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Create ( _
certificateSource As String, _
sourceType As CertificateSourceType, _
privateKeyPath As String, _
privateKeyDecryptionPassword As String _
)
用法
Dim instance As Certificate
Dim certificateSource As String
Dim sourceType As CertificateSourceType
Dim privateKeyPath As String
Dim privateKeyDecryptionPassword As String
instance.Create(certificateSource, sourceType, _
privateKeyPath, privateKeyDecryptionPassword)
public void Create(
string certificateSource,
CertificateSourceType sourceType,
string privateKeyPath,
string privateKeyDecryptionPassword
)
public:
void Create(
String^ certificateSource,
CertificateSourceType sourceType,
String^ privateKeyPath,
String^ privateKeyDecryptionPassword
)
member Create :
certificateSource:string *
sourceType:CertificateSourceType *
privateKeyPath:string *
privateKeyDecryptionPassword:string -> unit
public function Create(
certificateSource : String,
sourceType : CertificateSourceType,
privateKeyPath : String,
privateKeyDecryptionPassword : String
)
参数
- certificateSource
类型:System.String
A String value that specifies the source of the certificate.
- sourceType
类型:Microsoft.SqlServer.Management.Smo.CertificateSourceType
A CertificateSourceType object value that specifies the certificate source type.
- privateKeyPath
类型:System.String
A String value that specifies the system path for the private key.
- privateKeyDecryptionPassword
类型:System.String
A String value that specifies the password used for decryption of the private key.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间