AlgorithmIdentifierCollectionItem(String) Property

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

Definition

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

Parameters

oid  String
A string that represents algorithm identifier.

Return Value

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[Int32]] property to retrieve an AlgorithmIdentifier object if you know its location in the collection

See Also