次の方法で共有


SecureConversationServiceElement.SecurityStateEncoderType プロパティ

定義

使用される SecurityStateEncoder の型を取得または設定します。

public:
 property System::String ^ SecurityStateEncoderType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("securityStateEncoderType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string SecurityStateEncoderType { get; set; }
[<System.Configuration.ConfigurationProperty("securityStateEncoderType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.SecurityStateEncoderType : string with get, set
Public Property SecurityStateEncoderType As String

プロパティ値

String

使用される SecurityStateEncoder の型。

属性

適用対象