Click or drag to resize

X509ExtensionCollectionExtensions Class

Contains extension methods for X509ExtensionCollection class.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Utils.CLRExtensionsX509ExtensionCollectionExtensions

Namespace:  SysadminsLV.PKI.Utils.CLRExtensions
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static class X509ExtensionCollectionExtensions

The X509ExtensionCollectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddRange
Adds a collection of X509Extension objects to existing collection.
Public methodStatic memberDecode
Decodes ASN.1-encoded byte array that represents a collection of X509Extension objects.
Public methodStatic memberEncode
Encodes existing collection of X509Extension objects to ASN.1-encoded byte array.
Top
See Also