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

Collection of items with two sources: configured and loaded dyanically. The dynamically loaded can reset while the configured are kept. metadata.

Properties

The loaded items.

Methods

public void
AddConfiguredKey​(Tokens.SecurityKeyIdentifierClause key)
key Key to add.
Add a configured key.
public void
AddConfiguredKey​(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)
certificate Certificate to add.
Add a configured certificate.
public void
SetLoadedItems​(System.Collections.Generic.IList`1 items)
GetEnumerator​()
Returns Enumerator
Gets an enumerator to the combined set of keys.
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