AttestationToken.GetBody<T> 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.
Retrieves the body of the AttestationToken as the specified type.
public virtual T GetBody<T> () where T : class;
abstract member GetBody : unit -> 'T (requires 'T : null)
override this.GetBody : unit -> 'T (requires 'T : null)
Public Overridable Function GetBody(Of T As Class) () As T
Type Parameters
- T
Underlying type for the token body.
Returns
T
Returns the body of the attestation token.