次の方法で共有


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="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.EncodedValue : string with get, set
Public Property EncodedValue As String

プロパティ値

エンコードされる値。

属性

適用対象