SecKeyParameters Constructors
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
SecKeyParameters() |
Creates a new SecKeyParameters with default values. |
SecKeyParameters(NSDictionary) |
Creates a new SecKeyParameters object with the parameters that were specified in the supplied |
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