X500RdnAttributeCollectionItem Property (String) |
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; }
Public ReadOnly Default Property Item (
oid As String
) As X500RdnAttribute
Get
public:
property X500RdnAttribute^ default[String^ oid] {
X500RdnAttribute^ get (String^ oid);
}
member Item : X500RdnAttribute with get
Parameters
- oid
- Type: SystemString
The location of the X500RdnAttribute object in the collection.
Return Value
Type:
X500RdnAttributeSee Also