Show / Hide Table of Contents

Class AlgorithmParams

Base class for AlgorithmIdentifier parameters.

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

Methods

Dispose()

Declaration
public override sealed void Dispose()

Dispose(bool)

Declaration
[HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0)
Parameters
Type Name Description
bool A_0

~AlgorithmParams()

Declaration
protected ~AlgorithmParams()

Implements

IDisposable
In This Article
Back to top Generated by DocFX