IssuedTokenClientElement.LocalIssuerChannelBehaviors 属性

定义

获取或设置本地颁发者通道行为的集合。

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

属性值

String

本地颁发者通道行为的集合。 默认值为一个空字符串。

属性

适用于