Security |
The SecurityKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals |
A SecurityKey object can only be equal to a
SecurityKey object based around the same canonical security key.
(Overrides ObjectEquals(Object)) |
![]() | GetBytes | Returns a new, non-null byte array containing the canonical security key's characters encoded into bytes using the UTF-8 character set. |
![]() | GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) |
![]() | ToString |
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) |
![]() | ToStringKey | Returns the non-null, non-empty, canonical string security key. |