SAMLAttribute Type
A container for the SAML attribute object.
Remarks
This type is a container for the SAML attribute object.
Fields
FriendlyName String |
Specifies the friendly name of the attribute Use this property to access or set the friendly name of a SAML attribute (e.g. givenName). |
Name String |
Specifies the name of the attribute. Use this property to read or set the formal name of the attribute (e.g. urn:oid:2.5.4.42). |
NameFormat String |
Indicates the format used to reference the attribute. This property specifies the format that is used to reference the attribute (e.g. urn:oasis:names:tc:SAML:2.0:attrname-format:uri). |
StatementIndex Integer |
Contains the index of the statement the attribute corresponds to. Use this property to read or set the index of the statement in the statement list that this attribute corresponds to. |
Values String |
Contains a list of attribute values. Use this property to access or set the value(s) included with the attribute. The value contains a list of strings of ContentType=contentType;Value=value format, separated with CRLF. |
Constructors
constructor Create();
Creates a new SAMLAttribute object.