次の方法で共有


Create メソッド (String)

証明書の暗号化アルゴリズムに基づいて、または証明書のソースの種類に基づいて、証明書を作成します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Create ( _
    encryptionPassword As String _
)
'使用
Dim instance As Certificate
Dim encryptionPassword As String

instance.Create(encryptionPassword)
public void Create(
    string encryptionPassword
)
public:
void Create(
    String^ encryptionPassword
)
member Create : 
        encryptionPassword:string -> unit 
public function Create(
    encryptionPassword : String
)

パラメーター

使用例

暗号化の使用