Click or drag to resize

SecurityKey Methods

The SecurityKey type exposes the following members.

Methods
 NameDescription
Public methodEquals A SecurityKey object can only be equal to a SecurityKey object based around the same canonical security key.
(Overrides ObjectEquals(Object))
Public methodGetBytes Returns a new, non-null byte array containing the canonical security key's characters encoded into bytes using the UTF-8 character set.
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodToString Returns a non-null, non-empty string indicating that this is a SecurityKey object, but not giving any indication as to what the security key actually is.
(Overrides ObjectToString)
Public methodToStringKey Returns the non-null, non-empty, canonical string security key.
Top
See Also