SecurityKeyUsage 列舉

定義

指定如何使用與安全性權杖相關聯的金鑰。

public enum class SecurityKeyUsage
public enum SecurityKeyUsage
type SecurityKeyUsage = 
Public Enum SecurityKeyUsage
繼承
SecurityKeyUsage

欄位

Exchange 0

指定該金鑰能夠在傳送者與接收者之間交換金鑰。

Signature 1

指定該金鑰能夠用來產生數位簽章。

備註

使用 SecurityKeyUsage 列舉型別 (Enumeration),設定 KeyUsage 屬性。

適用於