Returns a collection of certificates located in an X509 certificate store.
| C# | Visual Basic |
public X509CertificateCollection Certificates { get; }
Public ReadOnly Property Certificates As X509CertificateCollection Get
This method returns a snapshot of the X.509 certificate store.
Note that subsequent Add or Remove operations performed on the store will not have any effect on the collection that is returned.
This snapshot is recalculated each time the property is called, so the use of this property inside an iterative function is not recommended.