WSSecurityTokenSerializer.CanWriteTokenCore(SecurityToken) 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.
Gets a value that indicates whether the token core with a specified security token can be written.
protected:
override bool CanWriteTokenCore(System::IdentityModel::Tokens::SecurityToken ^ token);
protected override bool CanWriteTokenCore (System.IdentityModel.Tokens.SecurityToken token);
override this.CanWriteTokenCore : System.IdentityModel.Tokens.SecurityToken -> bool
Protected Overrides Function CanWriteTokenCore (token As SecurityToken) As Boolean
Parameters
- token
- SecurityToken
The security token.
Returns
true
if the token core with the specified security token can be written; otherwise, false
.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.