ConfidentialLedgerModelFactory.LedgerConstitution(String, 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.
The governance script for the application.
public static Azure.Security.ConfidentialLedger.Models.LedgerConstitution LedgerConstitution(string digest = default, string script = default);
static member LedgerConstitution : string * string -> Azure.Security.ConfidentialLedger.Models.LedgerConstitution
Public Shared Function LedgerConstitution (Optional digest As String = Nothing, Optional script As String = Nothing) As LedgerConstitution
Parameters
- digest
- String
SHA256 digest of the constitution script.
- script
- String
Contents of the constitution.
Returns
A new LedgerConstitution instance for mocking.