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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET