SecKey.VerifySignature(SecKeyAlgorithm, NSData, NSData, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.TV(10, 0)]
[ObjCRuntime.Watch(3, 0)]
public bool VerifySignature (Security.SecKeyAlgorithm algorithm, Foundation.NSData signedData, Foundation.NSData signature, out Foundation.NSError error);
member this.VerifySignature : Security.SecKeyAlgorithm * Foundation.NSData * Foundation.NSData * -> bool
Parameters
- algorithm
- SecKeyAlgorithm
- signedData
- NSData
- signature
- NSData
- error
- NSError
Returns
- Attributes