CertificateExtensionCollection.Item Property
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9147)
Item[String]
Gets the first Certificate
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 |
---|---|
Certificate |
A certificate extension, or null if not found. |