Share via


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

属性值

用于服务凭据的 SamlSerializer 的类型。

属性

适用于