ContractBase.RevokeLifetimeToken(Int32) 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.
Removes the specified token from the list of outstanding lifetime tokens.
public:
virtual void RevokeLifetimeToken(int token);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
public void RevokeLifetimeToken (int token);
public void RevokeLifetimeToken (int token);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
abstract member RevokeLifetimeToken : int -> unit
override this.RevokeLifetimeToken : int -> unit
abstract member RevokeLifetimeToken : int -> unit
override this.RevokeLifetimeToken : int -> unit
Public Sub RevokeLifetimeToken (token As Integer)
Parameters
- token
- Int32
The token number.
Implements
- Attributes
Exceptions
token
is not found in the list of outstanding lifetime tokens.
Remarks
If the token is not in the list of outstanding lifetime tokens, this method throws an InvalidOperationException.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.