次の方法で共有


SamlAuthorityBinding.Binding プロパティ

定義

サブジェクトに関する追加情報を持つ SAML 証明機関と通信するときに使用する SAML プロトコル バインドを取得または識別します。

public:
 property System::String ^ Binding { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Binding { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Binding : string with get, set
Public Property Binding As String

プロパティ値

サブジェクトに関する追加情報を持つ SAML 証明機関と通信するときに使用する SAML プロトコル バインドを識別する URI 参照。

属性

例外

Binding プロパティが設定され、IsReadOnly プロパティが true です。

Binding プロパティが null に設定されている。

注釈

Binding プロパティは、OASIS SAML 仕様のアサーションおよびプロトコルで定義されている Binding 要素の <AuthorityBinding> 属性に対応します。

適用対象