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
- System.​Collections.​Generic.​IList`1 (Inherits: ICollection<​Sustainsys.​Saml2.​ServiceCertificate>IEnumerable<​Sustainsys.​Saml2.​ServiceCertificate>IEnumerable) Implemented by: Collection<​Sustainsys.​Saml2.​ServiceCertificate>
- System.​Collections.​Generic.​IReadOnlyList`1 (Inherits: IEnumerable<​Sustainsys.​Saml2.​ServiceCertificate>IEnumerableIReadOnlyCollection<​Sustainsys.​Saml2.​ServiceCertificate>) Implemented by: Collection<​Sustainsys.​Saml2.​ServiceCertificate>
- System.​Collections.​IList (Inherits: ICollectionIEnumerable) Implemented by: Collection<​Sustainsys.​Saml2.​ServiceCertificate>
Certificates used by the service provider for signing, decryption and TLS client certificates for artifact resolve.
Properties
public
int
Count
public
ServiceCertificate
Item
protected
System.​Collections.​Generic.​IList<​ServiceCertificate>
Items
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.
public
void
Add​(ServiceCertificate item)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
public
void
Clear​()
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
protected
void
ClearItems​()
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
public
bool
Contains​(ServiceCertificate item)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
public
void
CopyTo​(ServiceCertificate[] array,
int index)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
public
System.​Collections.​Generic.​IEnumerator<​ServiceCertificate>
GetEnumerator​()
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
public
int
IndexOf​(ServiceCertificate item)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
public
void
Insert​(int index,
ServiceCertificate item)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
public
bool
Remove​(ServiceCertificate item)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
public
void
RemoveAt​(int index)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
protected
void
RemoveItem​(int index)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
protected
void
SetItem​(int index,
ServiceCertificate item)
Inherited from System.​Collections.​ObjectModel.​Collection<​ServiceCertificate>
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