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`1 → ServiceCertificateCollection

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)
certificate Certificate to add.
Add a certificate to the collection with default status use and metadata behaviour.
protected void
InsertItem​(int index, ServiceCertificate item)
index Position index.
item Service certificate to add.
Add to the collection at the specified position.
public void
Add​(ServiceCertificate item)
Inherited from Collection`1
public void
Clear​()
Inherited from Collection`1
protected void
ClearItems​()
Inherited from Collection`1
public bool
Contains​(ServiceCertificate item)
Inherited from Collection`1
public void
CopyTo​(ServiceCertificate[] array, int index)
Inherited from Collection`1
GetEnumerator​()
Inherited from Collection`1
public int
IndexOf​(ServiceCertificate item)
Inherited from Collection`1
public void
Insert​(int index, ServiceCertificate item)
Inherited from Collection`1
public bool
Remove​(ServiceCertificate item)
Inherited from Collection`1
public void
RemoveAt​(int index)
Inherited from Collection`1
protected void
RemoveItem​(int index)
Inherited from Collection`1
protected void
SetItem​(int index, ServiceCertificate item)
Inherited from Collection`1
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