IAuthenticatedEncryptorFactory.CreateEncryptorInstance(IKey) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定Descriptorした にIAuthenticatedEncryptor基づいてインスタンスを作成します。
public:
Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptor ^ CreateEncryptorInstance(Microsoft::AspNetCore::DataProtection::KeyManagement::IKey ^ key);
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor CreateEncryptorInstance (Microsoft.AspNetCore.DataProtection.KeyManagement.IKey key);
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor? CreateEncryptorInstance (Microsoft.AspNetCore.DataProtection.KeyManagement.IKey key);
abstract member CreateEncryptorInstance : Microsoft.AspNetCore.DataProtection.KeyManagement.IKey -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor
Public Function CreateEncryptorInstance (key As IKey) As IAuthenticatedEncryptor
パラメーター
- key
- IKey
戻り値
IAuthenticatedEncryptor のインスタンス。
注釈
特定Descriptorの の場合、このメソッドによって返される 2 つのインスタンスは同等と見なす必要があります。たとえば、あるメソッドによって返されるペイロードは、もう一方のEncrypt(ArraySegment<Byte>, ArraySegment<Byte>)Decrypt(ArraySegment<Byte>, ArraySegment<Byte>)メソッドで使用できる必要があります。