CodeTransparencyModelFactory.ServiceIdentityResult(String) Method

Definition

Initializes a new instance of ServiceIdentityResult for mocking.

public static Azure.Security.CodeTransparency.ServiceIdentityResult ServiceIdentityResult(string ledgerTlsCertificate);
static member ServiceIdentityResult : string -> Azure.Security.CodeTransparency.ServiceIdentityResult
Public Shared Function ServiceIdentityResult (ledgerTlsCertificate As String) As ServiceIdentityResult

Parameters

ledgerTlsCertificate
String

String representing the service certificate.

Returns

A new ServiceIdentityResult instance for mocking.

Applies to