Pkcs9AttributeObjectCollectionItem(String) Property
Namespace: SysadminsLV.PKI.Cryptography.PkcsAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public Pkcs9AttributeObject this[
string oid
] { get; }
Public ReadOnly Default Property Item (
oid As String
) As Pkcs9AttributeObject
Get
public:
property Pkcs9AttributeObject^ default[String^ oid] {
Pkcs9AttributeObject^ get (String^ oid);
}
member Item : Pkcs9AttributeObject with get
- oid String
- A string that represents an attribute's object identifier.
Pkcs9AttributeObjectAn
Pkcs9AttributeObject object.