Pkcs10CertificationRequestGetRequestedExtensions Method

Returns X509Extensions if the Extensions Request attribute can be found and returns the extensions block.

Definition

Namespace: Org.BouncyCastle.Pkcs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public X509Extensions GetRequestedExtensions()

Return Value

X509Extensions
X509Extensions block or null if one cannot be found.

See Also