次の方法で共有


IssuedTokenServiceElement.SamlSerializerType プロパティ

定義

サービス資格情報に使用される SamlSerializer の型を取得または設定します。

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

プロパティ値

String

サービス資格情報に使用される SamlSerializer の型。

属性

適用対象