CodeTransparencyModelFactory.ServiceIdentityResult(String) 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.
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.