EndorsementsValidator.Validate(String, HashSet<String>) Method

Definition

public static bool Validate (string expectedEndorsement, System.Collections.Generic.HashSet<string> endorsements);
static member Validate : string * System.Collections.Generic.HashSet<string> -> bool
Public Shared Function Validate (expectedEndorsement As String, endorsements As HashSet(Of String)) As Boolean

Parameters

expectedEndorsement
String
endorsements
HashSet<String>

Returns

Boolean

Applies to