IKey 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示已驗證加密金鑰的基本介面。
public interface class IKey
public interface IKey
type IKey = interface
Public Interface IKey
屬性
ActivationDate |
使用此金鑰進行加密的開始日期。 |
CreationDate |
建立此金鑰的日期。 |
Descriptor |
IAuthenticatedEncryptorDescriptor取得與此索引鍵相關聯的實例。 |
ExpirationDate |
使用此金鑰加密的日期可能不再發生。 |
IsRevoked |
傳回值,指出是否已撤銷此金鑰。 |
KeyId |
索引鍵的識別碼。 |
方法
CreateEncryptor() |
IAuthenticatedEncryptor建立實例,此實例可用來加密資料,以及從此金鑰解密資料。 |
CreateEncryptorInstance() |
建立 IAuthenticatedEncryptor 實例,可用來加密資料,並從此金鑰解密資料。 |