SamlSubject.ConfirmationMethods 屬性

定義

取得 URI 參考集合,這些參考會識別應該要用來驗證主體的通訊協定。

public:
 property System::Collections::Generic::IList<System::String ^> ^ ConfirmationMethods { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> ConfirmationMethods { get; }
member this.ConfirmationMethods : System.Collections.Generic.IList<string>
Public ReadOnly Property ConfirmationMethods As IList(Of String)

屬性值

型別為 IList<T>String,其中包含的 URI 參考集合會識別應該要用來驗證主體的通訊協定。

備註

雖然驗證通訊協定集合具有擴充性,但下表列出的是已定義在 SAML 規格中的通訊協定。

通訊協定 描述
HolderOfKey URI,它會指定 SamlSecurityToken 安全性權杖的接收者應該要使用 KeyIdentifier 屬性來確認 SOAP 訊息是否由 SAML 判斷提示的主體所傳送。
SenderVouches URI,它會指定 SAML 安全性權杖的收件者無法取得其他資訊來確認 SOAP 訊息是否由 SAML 判斷提示的主體所傳送。

適用於

另請參閱