PropertiesDataFormat クラス

定義

セキュリティ SecureDataFormat<TData> で保護 AuthenticationPropertiesする インスタンス。

public ref class PropertiesDataFormat : Microsoft::AspNetCore::Authentication::SecureDataFormat<Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^>
public ref class PropertiesDataFormat : Microsoft::AspNetCore::Authentication::SecureDataFormat<Microsoft::AspNetCore::Authentication::AuthenticationProperties ^>
public class PropertiesDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties>
public class PropertiesDataFormat : Microsoft.AspNetCore.Authentication.SecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationProperties>
type PropertiesDataFormat = class
    inherit SecureDataFormat<AuthenticationProperties>
Public Class PropertiesDataFormat
Inherits SecureDataFormat(Of AuthenticationProperties)
継承
継承

コンストラクター

PropertiesDataFormat(IDataProtector)

PropertiesDataFormat の新しいインスタンスを初期化します。

メソッド

Protect(TData)

指定した を保護します data

(継承元 SecureDataFormat<TData>)
Protect(TData, String)

指定した に対して指定された data を保護します purpose

(継承元 SecureDataFormat<TData>)
Unprotect(String)

指定した を保護解除します protectedText

(継承元 SecureDataFormat<TData>)
Unprotect(String, String)

指定した を使用して、指定した protectedText を保護解除します purpose

(継承元 SecureDataFormat<TData>)

適用対象