Class PrivatePasswordLeakVerification (2.0.0)

public sealed class PrivatePasswordLeakVerification : IMessage<PrivatePasswordLeakVerification>, IEquatable<PrivatePasswordLeakVerification>, IDeepCloneable<PrivatePasswordLeakVerification>, IBufferMessage, IMessage

Private password leak verification info.

Inheritance

Object > PrivatePasswordLeakVerification

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

PrivatePasswordLeakVerification()

public PrivatePasswordLeakVerification()

PrivatePasswordLeakVerification(PrivatePasswordLeakVerification)

public PrivatePasswordLeakVerification(PrivatePasswordLeakVerification other)
Parameter
NameDescription
otherPrivatePasswordLeakVerification

Properties

EncryptedLeakMatchPrefixes

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

Property Value
TypeDescription
RepeatedField<ByteString>

EncryptedUserCredentialsHash

public ByteString EncryptedUserCredentialsHash { get; set; }

Encrypted Scrypt hash of the canonicalized username+password. It is re-encrypted by the server and returned through reencrypted_user_credentials_hash.

Property Value
TypeDescription
ByteString

LookupHashPrefix

public ByteString LookupHashPrefix { get; set; }

Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix.

Property Value
TypeDescription
ByteString

ReencryptedUserCredentialsHash

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.

Property Value
TypeDescription
ByteString