public sealed class PrivatePasswordLeakVerification : IMessage<PrivatePasswordLeakVerification>, IEquatable<PrivatePasswordLeakVerification>, IDeepCloneable<PrivatePasswordLeakVerification>, IBufferMessage, IMessage
public RepeatedField<ByteString> EncryptedLeakMatchPrefixes { get; }
List of prefixes of the encrypted potential password leaks that matched the
given parameters. They should be compared with the client-side decryption
prefix of reencrypted_user_credentials_hash
public ByteString ReencryptedUserCredentialsHash { get; set; }
Corresponds to the re-encryption of the encrypted_user_credentials_hash
field. Used to match potential password leaks within
encrypted_leak_match_prefixes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003ePrivatePasswordLeakVerification\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.RecaptchaEnterprise.V1\u003c/code\u003e namespace for .NET, which is used for verifying potential private password leaks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePrivatePasswordLeakVerification\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities for data handling and object manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API available on this page is version 2.17.0, and there are numerous previous versions to choose from going back to version 1.2.0, all accessible via links to their respective documentation pages.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties like \u003ccode\u003eEncryptedLeakMatchPrefixes\u003c/code\u003e, \u003ccode\u003eEncryptedUserCredentialsHash\u003c/code\u003e, \u003ccode\u003eLookupHashPrefix\u003c/code\u003e, and \u003ccode\u003eReencryptedUserCredentialsHash\u003c/code\u003e, which handle encrypted data and hash prefixes for password leak detection.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003ePrivatePasswordLeakVerification\u003c/code\u003e class: a default constructor, and one that allows for the passing of another \u003ccode\u003ePrivatePasswordLeakVerification\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]