Gets the first CryptographicAttributeNode with the specified object identifier.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ oid As String _ ) As CryptographicAttributeNode Get |
C# |
---|
public CryptographicAttributeNode this[ string oid ] { get; } |
Parameters
- oid
- Type: System..::..String
The object identifier, either friendly name or dotted string format.