BinaryPublicKeys

VCardSecurityRecordset.BinaryPublicKeys property

Gets the public keys or authentication certificates associated with the object.

public byte[][] BinaryPublicKeys { get; }

Property Value

The public keys or authentication certificates associated with the object.

Remarks

This property is a simplified version of PublicKeyBinaryRecords.

See Also