Class Pkcs1
Defines a class used for handling the validation of digital signature in a PKCS#1 cryptographic message syntax.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.DigitalSignatures
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Pkcs1 : SignatureValidationHandlerBase
Constructors
Pkcs1()
Methods
ValidateOverride(SignatureDataProperties, SignatureValidationProperties)
When overridden in a derived class, validates the digital signature.
Declaration
protected override SignatureValidationResult ValidateOverride(SignatureDataProperties dataProperties, SignatureValidationProperties validationProperties)
Parameters
SignatureDataProperties
dataProperties
|
SignatureValidationProperties
validationProperties
|
Returns
SignatureValidationResult
An instance of the SignatureValidationResult class describing the result from the validation. |