Mentalis.org Security Library documentation

Certificate.DecodeExtension Method

Decodes the specified extension and returns an object of the specified type that is instantiated with the decoded bytes.

Overload List

Decodes the specified extension and returns an object of the specified type that is instantiated with the decoded bytes.

public static object DecodeExtension(Extension,int,Type);

Decodes the specified extension and returns an object of the specified type that is instantiated with the decoded bytes.

public static object DecodeExtension(Extension,string,Type);

Decodes the specified extension and returns an object of the specified type that is instantiated with the decoded bytes.

protected static object DecodeExtension(Extension,IntPtr,Type);

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace