RegistryExtension.GetSSLThumbprint 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.
Overloads
GetSSLThumbprint(IHpcContext) | |
GetSSLThumbprint(IRegistry, CancellationToken) |
GetSSLThumbprint(IHpcContext)
public static System.Threading.Tasks.Task<string> GetSSLThumbprint (this Microsoft.Hpc.IHpcContext context);
static member GetSSLThumbprint : Microsoft.Hpc.IHpcContext -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function GetSSLThumbprint (context As IHpcContext) As Task(Of String)
Parameters
- context
- IHpcContext
Returns
Applies to
GetSSLThumbprint(IRegistry, CancellationToken)
public static System.Threading.Tasks.Task<string> GetSSLThumbprint (this Microsoft.Hpc.IRegistry registry, System.Threading.CancellationToken cancellationToken = null);
static member GetSSLThumbprint : Microsoft.Hpc.IRegistry * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Parameters
- registry
- IRegistry
- cancellationToken
- CancellationToken