CspParameters.KeyPassword プロパティ

定義

重要

この API は CLS 準拠ではありません。

スマート カード キーに関連付けられたパスワードを取得または設定します。

public:
 property System::Security::SecureString ^ KeyPassword { System::Security::SecureString ^ get(); void set(System::Security::SecureString ^ value); };
[System.CLSCompliant(false)]
public System.Security.SecureString? KeyPassword { get; set; }
[System.CLSCompliant(false)]
public System.Security.SecureString KeyPassword { get; set; }
public System.Security.SecureString KeyPassword { get; set; }
[<System.CLSCompliant(false)>]
member this.KeyPassword : System.Security.SecureString with get, set
member this.KeyPassword : System.Security.SecureString with get, set
Public Property KeyPassword As SecureString

プロパティ値

スマート カード キーに関連付けられたパスワード。

属性

注釈

スマート カード キーの KeyPassword パスワードを指定するには、 プロパティを使用します。 このプロパティを使用してパスワードを指定すると、パスワード ダイアログ ボックスはユーザーに表示されません。

適用対象