CertificateStoreLocation 열거형

정의

CertificateStoreLocation에 대한 값을 정의합니다.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum CertificateStoreLocation
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type CertificateStoreLocation = 
Public Enum CertificateStoreLocation
상속
CertificateStoreLocation
특성
Newtonsoft.Json.JsonConverterAttribute

필드

CurrentUser 0

인증서는 CurrentUser 인증서 저장소에 설치해야 합니다.

LocalMachine 1

인증서는 LocalMachine 인증서 저장소에 설치해야 합니다.

적용 대상