Show / Hide Table of Contents

Class AlgorithmParams

Base class for AlgorithmIdentifier parameters.

Inheritance
object
AlgorithmParams
RSASSAPSSParams
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: pdftron.Crypto
Assembly: PDFTronDotNet.dll
Syntax
public class AlgorithmParams : IDisposable

Constructors

AlgorithmParams()

Declaration
public AlgorithmParams()

Methods

CreateInternal(IntPtr)

Declaration
public static AlgorithmParams CreateInternal(IntPtr imp)
Parameters
Type Name Description
IntPtr imp
Returns
Type Description
AlgorithmParams

Destroy()

Declaration
public void Destroy()

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

Dispose(bool)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

~AlgorithmParams()

Declaration
protected ~AlgorithmParams()

Implements

IDisposable
In This Article
Back to top Generated by DocFX