PropertiesDataFormat クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティ 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
- 継承
コンストラクター
PropertiesDataFormat(IDataProtector) |
PropertiesDataFormat の新しいインスタンスを初期化します。 |
メソッド
Protect(TData) |
指定した を保護します |
Protect(TData, String) |
指定した に対して指定された |
Unprotect(String) |
指定した を保護解除します |
Unprotect(String, String) |
指定した を使用して、指定した |