SecKeyParameters Constructors

Definition

Overloads

SecKeyParameters()

Creates a new SecKeyParameters with default values.

SecKeyParameters(NSDictionary)

Creates a new SecKeyParameters object with the parameters that were specified in the supplied dictionary

SecKeyParameters()

Creates a new SecKeyParameters with default values.

[Foundation.Preserve(Conditional=true)]
public SecKeyParameters ();
Attributes

Applies to

SecKeyParameters(NSDictionary)

Creates a new SecKeyParameters object with the parameters that were specified in the supplied dictionary

[Foundation.Preserve(Conditional=true)]
public SecKeyParameters (Foundation.NSDictionary dictionary);
new Security.SecKeyParameters : Foundation.NSDictionary -> Security.SecKeyParameters

Parameters

dictionary
NSDictionary

A dictionary of SecKeyParameters values.

Attributes

Applies to