SecKey.RawVerify 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.
Overloads
RawVerify(SecPadding, IntPtr, Int32, IntPtr, Int32) | |
RawVerify(SecPadding, Byte[], Byte[]) |
RawVerify(SecPadding, IntPtr, Int32, IntPtr, Int32)
public Security.SecStatusCode RawVerify (Security.SecPadding padding, IntPtr signedData, int signedDataLen, IntPtr signature, int signatureLen);
member this.RawVerify : Security.SecPadding * nativeint * int * nativeint * int -> Security.SecStatusCode
Parameters
- padding
- SecPadding
- signedData
-
IntPtr
nativeint
- signedDataLen
- Int32
- signature
-
IntPtr
nativeint
- signatureLen
- Int32
Returns
Applies to
RawVerify(SecPadding, Byte[], Byte[])
public Security.SecStatusCode RawVerify (Security.SecPadding padding, byte[] signedData, byte[] signature);
member this.RawVerify : Security.SecPadding * byte[] * byte[] -> Security.SecStatusCode
Parameters
- padding
- SecPadding
- signedData
- Byte[]
- signature
- Byte[]