PropertiesDataFormat Class¶
- Namespace
Microsoft.AspNetCore.Authentication- Assemblies
- Microsoft.AspNetCore.Authentication
Inheritance Hierarchy¶
System.ObjectMicrosoft.AspNetCore.Authentication.SecureDataFormat{Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties}Microsoft.AspNetCore.Authentication.PropertiesDataFormat
Syntax¶
public class PropertiesDataFormat : SecureDataFormat<AuthenticationProperties>, ISecureDataFormat<AuthenticationProperties>
-
class
Microsoft.AspNetCore.Authentication.PropertiesDataFormat
Constructors¶
-
PropertiesDataFormat(Microsoft.AspNetCore.DataProtection.IDataProtector)¶ public PropertiesDataFormat(IDataProtector protector)
-