CertificateElement.EncodedValue 속성

정의

이 인증서에서 인코딩하는 값을 나타내는 값을 가져오거나 설정합니다.

public:
 property System::String ^ EncodedValue { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("encodedValue", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string EncodedValue { get; set; }
[System.Configuration.ConfigurationProperty("encodedValue", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)]
[System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)]
public string EncodedValue { get; set; }
[<System.Configuration.ConfigurationProperty("encodedValue", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.EncodedValue : string with get, set
[<System.Configuration.ConfigurationProperty("encodedValue", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
[<System.Configuration.StringValidator(InvalidCharacters=null, MaxLength=2147483647, MinLength=0)>]
member this.EncodedValue : string with get, set
Public Property EncodedValue As String

속성 값

String

인코딩된 값입니다.

특성

적용 대상