Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Sustainsys.​Saml2.​Metadata.​RequestedAttribute

Assembly: Sustainsys.Saml2

Inheritance: object → Microsoft.IdentityModel.Tokens.Saml2.Saml2Attribute → RequestedAttribute

Specifies an attribute requested by the service provider.

Fields and Constants

public static readonly System.​Uri
AttributeNameFormatUri
Uri used for NameFormat to specify that the Name is a Uri.
public static readonly System.​Uri
AttributeNameFormatUnspecified
Uri used for NameFormat to specify that the format of the Name is unspecified.
public static readonly System.​Uri
AttributeNameFormatBasic
Uri used for NameFormat to specify that the format of the Name fulfills the standard's basic requirements.

Properties

IsRequired
Is this attribute required by the service provider?
public string
FriendlyName
public string
Name
public System.​Uri
NameFormat
public string
OriginalIssuer
public string
AttributeValueXsiType

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object