Pkcs12LoaderLimits.IgnorePrivateKeys 속성

정의

프라이빗 키를 무시할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

프라이빗 키 로드를 건너뛰는 true. 인증서와 프라이빗 키를 모두 로드하는 false. 기본값은 false.

적용 대상