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
- System.​Collections.​Generic.​IList`1 (Inherits: ICollection<​Duende.​IdentityServer.​Saml.​SamlAttribute>IEnumerable<​Duende.​IdentityServer.​Saml.​SamlAttribute>IEnumerable) Implemented by: List<​Duende.​IdentityServer.​Saml.​SamlAttribute>
- System.​Collections.​Generic.​IReadOnlyList`1 (Inherits: IEnumerable<​Duende.​IdentityServer.​Saml.​SamlAttribute>IEnumerableIReadOnlyCollection<​Duende.​IdentityServer.​Saml.​SamlAttribute>) Implemented by: List<​Duende.​IdentityServer.​Saml.​SamlAttribute>
- System.​Collections.​IList (Inherits: ICollectionIEnumerable) Implemented by: List<​Duende.​IdentityServer.​Saml.​SamlAttribute>
AttributeStatement, Core 2.7.3
Properties
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)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
AddRange​(System.​Collections.​Generic.​IEnumerable<​SamlAttribute> collection)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
System.​Collections.​ObjectModel.​ReadOnlyCollection<​SamlAttribute>
AsReadOnly​()
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
BinarySearch​(int index,
int count,
SamlAttribute item,
System.​Collections.​Generic.​IComparer?<​SamlAttribute> comparer)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
BinarySearch​(SamlAttribute item)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
BinarySearch​(SamlAttribute item,
System.​Collections.​Generic.​IComparer?<​SamlAttribute> comparer)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
Clear​()
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
bool
Contains​(SamlAttribute item)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
System.​Collections.​Generic.​List<​TOutput>
ConvertAll​(System.​Converter<​SamlAttribute, TOutput> converter)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
CopyTo​(int index,
SamlAttribute[] array,
int arrayIndex,
int count)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
CopyTo​(SamlAttribute[] array)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
CopyTo​(SamlAttribute[] array,
int arrayIndex)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
EnsureCapacity​(int capacity)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
bool
Exists​(System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
SamlAttribute
Find​(System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
System.​Collections.​Generic.​List<​SamlAttribute>
FindAll​(System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
FindIndex​(int startIndex,
int count,
System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
FindIndex​(int startIndex,
System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
FindIndex​(System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
SamlAttribute
FindLast​(System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
FindLastIndex​(int startIndex,
int count,
System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
FindLastIndex​(int startIndex,
System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
FindLastIndex​(System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
ForEach​(System.​Action<​SamlAttribute> action)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
System.​Collections.​Generic.​Enumerator<​SamlAttribute>
GetEnumerator​()
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
System.​Collections.​Generic.​List<​SamlAttribute>
GetRange​(int index,
int count)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
IndexOf​(SamlAttribute item)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
IndexOf​(SamlAttribute item,
int index)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
IndexOf​(SamlAttribute item,
int index,
int count)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
Insert​(int index,
SamlAttribute item)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
InsertRange​(int index,
System.​Collections.​Generic.​IEnumerable<​SamlAttribute> collection)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
LastIndexOf​(SamlAttribute item)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
LastIndexOf​(SamlAttribute item,
int index)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
LastIndexOf​(SamlAttribute item,
int index,
int count)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
bool
Remove​(SamlAttribute item)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
int
RemoveAll​(System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
RemoveAt​(int index)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
RemoveRange​(int index,
int count)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
Reverse​()
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
Reverse​(int index,
int count)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
System.​Collections.​Generic.​List<​SamlAttribute>
Slice​(int start,
int length)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
Sort​()
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
Sort​(System.​Collections.​Generic.​IComparer?<​SamlAttribute> comparer)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
Sort​(System.​Comparison<​SamlAttribute> comparison)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
Sort​(int index,
int count,
System.​Collections.​Generic.​IComparer?<​SamlAttribute> comparer)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
SamlAttribute[]
ToArray​()
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
void
TrimExcess​()
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
public
bool
TrueForAll​(System.​Predicate<​SamlAttribute> match)
Inherited from System.​Collections.​Generic.​List<​SamlAttribute>
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