KeyType 枚举

定义

定义 Use 属性的密钥类型。

public enum class KeyType
public enum KeyType
type KeyType = 
Public Enum KeyType
继承

字段

Encryption 2

用来加密的密钥。

Signing 1

密钥是用来签名的。

Unspecified 0

未指定密钥类型。

适用于