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.​Configuration.​ConfiguredAndLoadedSigningKeysCollection
Assembly: Sustainsys.Saml2
Inheritance: object → ConfiguredAndLoadedSigningKeysCollection
Implemented Interfaces
- System.​Collections.​Generic.​IEnumerable`1 (Inherits: IEnumerable)
Collection of items with two sources: configured and loaded dyanically. The dynamically loaded can reset while the configured are kept. metadata.
Properties
public
System.​Collections.​Generic.​IEnumerable<​Tokens.​SecurityKeyIdentifierClause>
LoadedItems
The loaded items.
Methods
public
void
AddConfiguredKey​(Tokens.​SecurityKeyIdentifierClause key)
Add a configured key.
key
Key to add.
public
void
AddConfiguredKey​(System.​Security.​Cryptography.​X509Certificates.​X509Certificate2 certificate)
Add a configured certificate.
certificate
Certificate to add.
public
void
SetLoadedItems​(System.​Collections.​Generic.​IList<​Tokens.​SecurityKeyIdentifierClause> items)
Set the complete set of loaded items keys. Previously loaded items
are cleared, configured items remain.
items
Items to set
public
System.​Collections.​Generic.​IEnumerator<​Tokens.​SecurityKeyIdentifierClause>
GetEnumerator​()
Gets an enumerator to the combined set of keys.
Returns Enumerator
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