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
.