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.​ServiceCertificateCollection

Assembly: Sustainsys.Saml2

Inheritance: object → System.​Collections.​ObjectModel.​Collection<​ServiceCertificate> → ServiceCertificateCollection

Implemented Interfaces

Certificates used by the service provider for signing, decryption and TLS client certificates for artifact resolve.

Properties

public int
Count
Item

Methods

public void
Add​(System.​Security.​Cryptography.​X509Certificates.​X509Certificate2 certificate)
Add a certificate to the collection with default status use and metadata behaviour.
certificate Certificate to add.
protected void
InsertItem​(int index, ServiceCertificate item)
Add to the collection at the specified position.
index Position index.
item Service certificate to add.
protected void
ClearItems​()
public void
CopyTo​(ServiceCertificate[] array, int index)
public void
Insert​(int index, ServiceCertificate item)
public void
RemoveAt​(int index)
protected void
RemoveItem​(int index)
protected void
SetItem​(int index, ServiceCertificate item)
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