次の方法で共有


IKey インターフェイス

定義

認証された暗号化キーを表す基本的なインターフェイス。

public interface class IKey
public interface IKey
type IKey = interface
Public Interface IKey

プロパティ

ActivationDate

このキーを使用した暗号化を開始できる日付。

CreationDate

このキーが作成された日付。

Descriptor

このキーに IAuthenticatedEncryptorDescriptor 関連付けられているインスタンスを取得します。

ExpirationDate

このキーを使用した暗号化が行われなくなる日付。

IsRevoked

このキーが取り消されたかどうかを示す値を返します。

KeyId

キーの ID。

メソッド

CreateEncryptor()

このキーに対するデータの IAuthenticatedEncryptor 暗号化と暗号化解除に使用できるインスタンスを作成します。

CreateEncryptorInstance()

このキーに対するデータの暗号化と暗号化解除に使用できる IAuthenticatedEncryptor インスタンスを作成します。

適用対象