次の方法で共有


BearerTokenOptions.RefreshTokenProtector プロパティ

定義

が設定されている場合、 は、 RefreshTokenProtector 更新トークンに格納されている ID やその他のプロパティを保護および保護解除するために使用されます。 指定されていない場合は、 と を使用してTicketDataFormatIDataProtectionProviderアプリケーションIServiceProviderから 作成されます。

public Microsoft.AspNetCore.Authentication.ISecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket> RefreshTokenProtector { get; set; }
member this.RefreshTokenProtector : Microsoft.AspNetCore.Authentication.ISecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket> with get, set
Public Property RefreshTokenProtector As ISecureDataFormat(Of AuthenticationTicket)

プロパティ値

適用対象