RemoteAuthenticationOptions.DataProtectionProvider 속성

정의

데이터를 보호하는 데 사용되는 형식을 가져오거나 설정합니다.

public:
 property Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ DataProtectionProvider { Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ get(); void set(Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ value); };
public Microsoft.AspNetCore.DataProtection.IDataProtectionProvider DataProtectionProvider { get; set; }
public Microsoft.AspNetCore.DataProtection.IDataProtectionProvider? DataProtectionProvider { get; set; }
member this.DataProtectionProvider : Microsoft.AspNetCore.DataProtection.IDataProtectionProvider with get, set
Public Property DataProtectionProvider As IDataProtectionProvider

속성 값

적용 대상