バージョン

Sign メソッド

ドキュメントをサインします。
シンタックス
'宣言
 
Public Sub Sign( _
   ByVal certificate As System.Security.Cryptography.X509Certificates.X509Certificate2, _
   ByVal reason As System.String, _
   ByVal location As System.String, _
   ByVal contactInfo As System.String _
) 
public void Sign( 
   System.Security.Cryptography.X509Certificates.X509Certificate2 certificate,
   System.string reason,
   System.string location,
   System.string contactInfo
)

パラメータ

certificate
証明書をサインします。
reason
サインする理由。
location
サインの CPU ホスト名または物理的な位置。
contactInfo
署名をベリファイするために署名者にコンタクトすることを受領者に有効にするために署名者によって提供される情報。
参照

オンラインで表示: GitHub