다음을 통해 공유


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 스마트 카드 키에 대 한 암호를 제공 하는 속성입니다. 이 속성을 사용하여 암호를 지정하면 사용자에게 암호 대화 상자가 표시되지 않습니다.

적용 대상