Saml2Attribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 [Saml2Core,2.7.3.1] 中指定的 Attribute 項目。
public ref class Saml2Attribute
public class Saml2Attribute
type Saml2Attribute = class
Public Class Saml2Attribute
- 繼承
-
Saml2Attribute
備註
如需這個類別所代表之元素的詳細資訊,請參閱 SAML V2.0 核心規格。
建構函式
Saml2Attribute(String) |
使用指定的名稱,初始化 Saml2Attribute 類別的新執行個體。 |
Saml2Attribute(String, IEnumerable<String>) |
使用指定的名稱和值,初始化 Saml2Attribute 類別的新執行個體。 |
Saml2Attribute(String, String) |
使用指定的名稱和值,初始化 Saml2Attribute 類別的新執行個體。 |
屬性
AttributeValueXsiType |
取得或設定 SAML 屬性中所包含值的 xsi:type。 |
FriendlyName |
取得或設定人類看得懂的屬性名稱。 [Saml2Core, 2.7.3.1] |
Name |
取得或設定屬性的名稱。 [Saml2Core, 2.7.3.1] |
NameFormat |
取得或設定 URI,表示屬性名稱的分類,用於解譯名稱。 [Saml2Core, 2.7.3.1] |
OriginalIssuer |
取得或設定表示這個 SAML 屬性之 OriginalIssuer 的字串。 |
Values |
取得包含屬性值的集合。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |