DSACryptoServiceProvider.PersistKeyInCsp 속성

정의

CSP(암호화 서비스 공급자)에서 키를 유지해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool PersistKeyInCsp { bool get(); void set(bool value); };
public bool PersistKeyInCsp { get; set; }
member this.PersistKeyInCsp : bool with get, set
Public Property PersistKeyInCsp As Boolean

속성 값

true키를 CSP에 유지해야 하는 경우 그렇지 않으면 . false

설명

키 컨테이너에 키를 유지하려는 경우 이 속성을 사용합니다.

적용 대상

추가 정보