X509AttributeCollectionItem Property (String) |
Namespace:
System.Security.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509Attribute this[
string oid
] { get; }
Public ReadOnly Default Property Item (
oid As String
) As X509Attribute
Get
public:
property X509Attribute^ default[String^ oid] {
X509Attribute^ get (String^ oid);
}
member Item : X509Attribute with get
Parameters
- oid
- Type: SystemString
A string that represents an attribute's object identifier.
Return Value
Type:
X509AttributeAn
X509Attribute object.
Remarks See Also