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.​AttributeConsumingService
Assembly: Sustainsys.Saml2
Inheritance: object → AttributeConsumingService
Implemented Interfaces
Metadata for an attribute consuming service.
Properties
public
int
Index
Index of the endpoint
public
bool?
IsDefault
Is this the default endpoint?
public
bool?
IsRequired
Is the service required?
public
System.​Collections.​Generic.​ICollection<​LocalizedName>
ServiceNames
The name of the attribute consuming service.
public
System.​Collections.​Generic.​ICollection<​LocalizedName>
ServiceDescriptions
Description of the attribute consuming service
public
System.​Collections.​Generic.​ICollection<​RequestedAttribute>
RequestedAttributes
Requested attributes.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object