SecKeyParameters 构造函数

定义

重载

SecKeyParameters()

使用默认值创建新 SecKeyParameters

SecKeyParameters(NSDictionary)

使用提供的 中指定的参数创建新的 SecKeyParameters 对象 dictionary

SecKeyParameters()

使用默认值创建新 SecKeyParameters

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

适用于

SecKeyParameters(NSDictionary)

使用提供的 中指定的参数创建新的 SecKeyParameters 对象 dictionary

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

参数

dictionary
NSDictionary

值的字典 SecKeyParameters

属性

适用于