CertificateExtensionCollection.Item Property
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
Item[String]
Gets the first CertificateExtension with the specified object identifier.
Declaration
public CertificateExtension this[string oid] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| String | oid | The object identifier, either friendly name or dotted string format. |
Property Value
| Type | Description |
|---|---|
| CertificateExtension | A certificate extension, or null if not found. |