Click or drag to resize

AlgorithmIdentifierCollectionItem Property (String)

Gets an AlgorithmIdentifier object from the AlgorithmIdentifierCollection object by attributes object identifier.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public AlgorithmIdentifier this[
	string oid
] { get; }

Parameters

oid
Type: SystemString
A string that represents algorithm identifier.

Return Value

Type: AlgorithmIdentifier
An AlgorithmIdentifier object.
Remarks
Use this property to retrieve an AlgorithmIdentifier object from an AlgorithmIdentifierCollection object if you know the value of the object identifier the AlgorithmIdentifier object. You can use the [!:this[int]] property to retrieve an AlgorithmIdentifier object if you know its location in the collection
See Also