다음을 통해 공유


Pkcs12LoaderLimits.IgnoreEncryptedAuthSafes 속성

정의

암호화된 인증 금고를 무시할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

암호화된 PFX AuthSafe 값을 건너뛰는 true. 암호화된 PFX AuthSafe 값의 암호를 해독하여 콘텐츠를 처리하는 false. 기본값은 false.

적용 대상