共用方式為


SamlSubject.SubjectConfirmationData 屬性

定義

取得或設定驗證通訊協定可以使用的其他驗證資訊。

public:
 property System::String ^ SubjectConfirmationData { System::String ^ get(); void set(System::String ^ value); };
public string SubjectConfirmationData { get; set; }
member this.SubjectConfirmationData : string with get, set
Public Property SubjectConfirmationData As String

屬性值

驗證通訊協定可使用的其他驗證資訊。

備註

SubjectConfirmationData 屬性會參考可針對特定驗證通訊協定自訂的可擴充資料片段。

SubjectConfirmationData 屬性會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 <saml:SubjectConfirmationData> 項目。

適用於