- SecKey - SecKey(IntPtr) 
- SecKey(IntPtr, Boolean) 
- ~SecKey() 
- BlockSize 
- Handle 
- Create(NSData, NSDictionary, NSError) 
- Create(NSData, SecKeyType, SecKeyClass, Int32, NSDictionary, NSError) 
- CreateDecryptedData(SecKeyAlgorithm, NSData, NSError) 
- CreateEncryptedData(SecKeyAlgorithm, NSData, NSError) 
- CreateRandomKey(NSDictionary, NSError) 
- CreateRandomKey(SecKeyGenerationParameters, NSError) 
- CreateRandomKey(SecKeyType, Int32, NSDictionary, NSError) 
- CreateSignature(SecKeyAlgorithm, NSData, NSError) 
- Decrypt(SecPadding, Byte[], Byte[]) 
- Decrypt(SecPadding, IntPtr, nint, IntPtr, nint) 
- Decrypt(SecPadding, nint, nint, nint, nint) 
- Dispose() 
- Dispose(Boolean) 
- Encrypt(SecPadding, Byte[], Byte[]) 
- Encrypt(SecPadding, Byte[], Byte[]) 
- Encrypt(SecPadding, IntPtr, nint, IntPtr, nint) 
- Encrypt(SecPadding, nint, nint, nint, nint) 
- GenerateKeyPair(NSDictionary, SecKey, SecKey) 
- GenerateKeyPair(SecKeyType, Int32, SecPublicPrivateKeyAttrs, SecKey, SecKey) 
- GenerateKeyPair(SecKeyType, Int32, SecPublicPrivateKeyAttrs, SecPublicPrivateKeyAttrs, SecKey, SecKey) 
- GetAttributes() 
- GetExternalRepresentation() 
- GetExternalRepresentation(NSError) 
- GetKeyExchangeResult(SecKeyAlgorithm, SecKey, NSDictionary, NSError) 
- GetKeyExchangeResult(SecKeyAlgorithm, SecKey, SecKeyKeyExchangeParameter, NSError) 
- GetPublicKey() 
- GetTypeID() 
- IsAlgorithmSupported(SecKeyOperationType, SecKeyAlgorithm) 
- RawSign(SecPadding, Byte[], Byte[]) 
- RawSign(SecPadding, nint, Int32, Byte[]) 
- RawVerify(SecPadding, Byte[], Byte[]) 
- RawVerify(SecPadding, nint, Int32, nint, Int32) 
- VerifySignature(SecKeyAlgorithm, NSData, NSData, NSError) 
 
xamarinwatchos
    namespace Security
{
    public class SecKey : INativeObject, IDisposable
    {
        [Preserve(Conditional = true)]
        public SecKey(IntPtr handle, bool owns);
    }
}
            | nuget.org | 0.0 % Reference this API | 
|---|---|
| Xamarin iOS | 0.0 | 
| Xamarin macOS | 0.0 | 
| Xamarin tvOS | 0.0 | 
| Xamarin watchOS | 0.0 | 
| Information specific to xamarinwatchos | |
| Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API