IX509ExtensionGetNonCriticalExtensionOids Method

Get all non-critical extension values, by oid

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
ISet<string> GetNonCriticalExtensionOids()

Return Value

ISetString
IDictionary with string (OID) keys and Asn1OctetString values

See Also