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
public
ServiceCertificate
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
CopyTo​(ServiceCertificate[] array,
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object