다음을 통해 공유


StorePermissionAttribute.EnumerateCertificates 속성

정의

코드에서 저장소에 인증서를 열거하는 기능이 허용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

인증서를 열거하는 기능이 허용되면 true이고, 그렇지 않으면 false입니다.

설명

개인 정보 보호를 위해 이 기능은 완전히 신뢰할 수 있는 코드에만 부여해야 합니다.

적용 대상