OpenApiDocument.GenerateHashValue(OpenApiDocument) 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.
Takes in an OpenApi document instance and generates its hash value
public static string GenerateHashValue (Microsoft.OpenApi.Models.OpenApiDocument doc);
static member GenerateHashValue : Microsoft.OpenApi.Models.OpenApiDocument -> string
Public Shared Function GenerateHashValue (doc As OpenApiDocument) As String
Parameters
- doc
- OpenApiDocument
The OpenAPI description to hash.
Returns
The hash value.