Class Sha512WithRsaVerifier
Default verifier for Online EFTPOS notifications, using SHA512withRSA signature verification.
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: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public sealed class Sha512WithRsaVerifier : NotificationVerifierBase, INotificationVerifier, IDisposable
Remarks
This class is not available in WinRT/UWP projects.
Constructors
Name | Description |
---|---|
Sha512WithRsaVerifier(Byte[]) | Constructs a new instance using the raw binary data provided as the public key. |
Sha512WithRsaVerifier(String) | Constructs a new instance using a public key encoded as as base 64 string. |
Methods
Name | Description |
---|---|
Dispose() | Disposes this instance and all internal resources. |
Verify(OnlineEftposNotification) | Returns true if the specified OnlineEftposNotification is verified valid and authentic, otherwise false. |