CreateCustomSignatureProviderEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Additional information for create CreateCustomSignatureProvider event.
Inheritance
object ← EventArgs ← CreateCustomSignatureProviderEventArgs
Inherited Members
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CreateCustomSignatureProviderEventArgs(string)
Generate a new instance of class.
Parameters
Name
Description
The algorithm name of the to create.
Exceptions
Name
Description
Thrown when one or more required arguments are null.
Properties
AlgorithmName
Gets the algorithm name of the to create.
Property Value
SignatureProvider
Sets the signature provider object.
Property Value
Last updated