SamlConditions.Conditions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得必須在評量 SAML 判斷提示之有效性時加以考量的一組條件。
public:
property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlCondition ^> ^ Conditions { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlCondition ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlCondition> Conditions { get; }
member this.Conditions : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlCondition>
Public ReadOnly Property Conditions As IList(Of SamlCondition)
屬性值
型別為 IEnumerable<T> 的 SamlCondition,其中指定 SAML 判斷提示收件者必須在評量該判斷提示之有效性時加以考量的一組條件。
備註
Conditions 屬性會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 <saml:Conditions>
項目。