SecurityKeyUsage 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定如何使用與安全性權杖相關聯的金鑰。
public enum class SecurityKeyUsage
public enum SecurityKeyUsage
type SecurityKeyUsage =
Public Enum SecurityKeyUsage
- 繼承
欄位
Exchange | 0 | 指定該金鑰能夠在傳送者與接收者之間交換金鑰。 |
Signature | 1 | 指定該金鑰能夠用來產生數位簽章。 |
備註
使用 SecurityKeyUsage 列舉型別 (Enumeration),設定 KeyUsage 屬性。