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 Duende.​IdentityServer.​Saml.​AttributeStatement

Assembly: Duende.IdentityServer

Inheritance: object → System.​Collections.​Generic.​List<​SamlAttribute> → AttributeStatement

Implemented Interfaces

AttributeStatement, Core 2.7.3

Properties

public int
Capacity
public int
Count
public SamlAttribute
Item

Methods

public void
Add​(string attributeName, string[] attributeValues)
Convenience add method to add attribute.
attributeName Name of the attribute
attributeValues Values of the attribute
public void
Add​(SamlAttribute item)
public int
BinarySearch​(int index, int count, SamlAttribute item, System.​Collections.​Generic.​IComparer?<​SamlAttribute> comparer)
public int
BinarySearch​(SamlAttribute item)
public void
Clear​()
public bool
Contains​(SamlAttribute item)
public void
CopyTo​(int index, SamlAttribute[] array, int arrayIndex, int count)
public void
CopyTo​(SamlAttribute[] array)
public void
CopyTo​(SamlAttribute[] array, int arrayIndex)
public int
EnsureCapacity​(int capacity)
public bool
Exists​(System.​Predicate<​SamlAttribute> match)
public int
FindIndex​(int startIndex, int count, System.​Predicate<​SamlAttribute> match)
public int
FindIndex​(int startIndex, System.​Predicate<​SamlAttribute> match)
public int
FindIndex​(System.​Predicate<​SamlAttribute> match)
public int
FindLastIndex​(int startIndex, int count, System.​Predicate<​SamlAttribute> match)
public int
FindLastIndex​(int startIndex, System.​Predicate<​SamlAttribute> match)
public int
FindLastIndex​(System.​Predicate<​SamlAttribute> match)
public void
ForEach​(System.​Action<​SamlAttribute> action)
GetRange​(int index, int count)
public int
IndexOf​(SamlAttribute item)
public int
IndexOf​(SamlAttribute item, int index)
public int
IndexOf​(SamlAttribute item, int index, int count)
public void
Insert​(int index, SamlAttribute item)
public void
InsertRange​(int index, System.​Collections.​Generic.​IEnumerable<​SamlAttribute> collection)
public int
LastIndexOf​(SamlAttribute item)
public int
LastIndexOf​(SamlAttribute item, int index)
public int
LastIndexOf​(SamlAttribute item, int index, int count)
public bool
Remove​(SamlAttribute item)
public int
RemoveAll​(System.​Predicate<​SamlAttribute> match)
public void
RemoveAt​(int index)
public void
RemoveRange​(int index, int count)
public void
Reverse​()
public void
Reverse​(int index, int count)
public void
Sort​()
public void
Sort​(System.​Comparison<​SamlAttribute> comparison)
public void
Sort​(int index, int count, System.​Collections.​Generic.​IComparer?<​SamlAttribute> comparer)
public SamlAttribute[]
ToArray​()
public void
TrimExcess​()
public bool
TrueForAll​(System.​Predicate<​SamlAttribute> match)
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