다음을 통해 공유


IAuthenticatedEncryptorDescriptor.CreateEncryptorInstance 메서드

정의

IAuthenticatedEncryptor 현재 설명자를 기반으로 instance 만듭니다.

public:
 Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptor ^ CreateEncryptorInstance();
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor CreateEncryptorInstance ();
abstract member CreateEncryptorInstance : unit -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor
Public Function CreateEncryptorInstance () As IAuthenticatedEncryptor

반환

IAuthenticatedEncryptor 인스턴스입니다.

설명

지정된 설명자의 경우 이 메서드에서 반환된 두 인스턴스는 동등한 것으로 간주되어야 합니다. 예를 들어 메서드 Encrypt(ArraySegment<Byte>, ArraySegment<Byte>) 에서 반환된 페이로드는 다른 Decrypt(ArraySegment<Byte>, ArraySegment<Byte>) 메서드에서 사용할 수 있어야 합니다.

적용 대상