public virtual Azure.Security.Attestation.AttestationResponse <Azure.Security.Attestation.Models.PolicyResult> ResetPolicy(Azure.Security.Attestation.Models.AttestationType attestationType, Azure.Security.Attestation.AttestationToken authorizationToken = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public virtual System.Threading.Tasks.Task <Azure.Security.Attestation.AttestationResponse <Azure.Security.Attestation.Models.PolicyResult> > SetPolicyAsync(Azure.Security.Attestation.Models.AttestationType attestationType, Azure.Security.Attestation.AttestationToken policyToSet, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public virtual System.Threading.Tasks.Task <Azure.Security.Attestation.AttestationResponse <Azure.Security.Attestation.Models.StoredAttestationPolicy> > GetPolicyAsync(Azure.Security.Attestation.Models.AttestationType attestationType, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }