다음을 통해 공유


Pkcs12LoaderLimits.PreserveUnknownAttributes 속성

정의

알 수 없는 특성을 유지할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

시스템 PKCS#12/PFX 로더를 호출할 때 이 형식의 다른 속성에 설명되지 않은 인증서 또는 프라이빗 키의 특성을 그대로 유지하는 true. false 시스템 로더를 호출하기 전에 알 수 없는 특성을 제거합니다. 기본값은 false.

적용 대상