共用方式為


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

屬性值

本機簽發者通道行為的集合。 預設為空字串。

屬性

適用於