UserManager<TUser>.CreateSecurityTokenAsync(TUser) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates bytes to use as a security token from the user's security stamp.
public:
virtual System::Threading::Tasks::Task<cli::array <System::Byte> ^> ^ CreateSecurityTokenAsync(TUser user);
public virtual System.Threading.Tasks.Task<byte[]> CreateSecurityTokenAsync (TUser user);
abstract member CreateSecurityTokenAsync : 'User -> System.Threading.Tasks.Task<byte[]>
override this.CreateSecurityTokenAsync : 'User -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function CreateSecurityTokenAsync (user As TUser) As Task(Of Byte())
Parameters
- user
- TUser
The user.
Returns
The security token bytes.