Click or drag to resize

X500RdnAttributeCollectionItem Property (String)

Gets an X500RdnAttribute object from the X500RdnAttributeCollection object.

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

Parameters

oid
Type: SystemString
The location of the X500RdnAttribute object in the collection.

Return Value

Type: X500RdnAttribute
See Also