Share via


EphemeralDataProtectionProvider.CreateProtector(String) Method

Definition

Creates an IDataProtector given a purpose.

public:
 virtual Microsoft::AspNetCore::DataProtection::IDataProtector ^ CreateProtector(System::String ^ purpose);
public Microsoft.AspNetCore.DataProtection.IDataProtector CreateProtector (string purpose);
abstract member CreateProtector : string -> Microsoft.AspNetCore.DataProtection.IDataProtector
override this.CreateProtector : string -> Microsoft.AspNetCore.DataProtection.IDataProtector
Public Function CreateProtector (purpose As String) As IDataProtector

Parameters

purpose
String

The purpose to be assigned to the newly-created IDataProtector.

Returns

An IDataProtector tied to the provided purpose.

Implements

Applies to