Represents iOS platform-specific properties for server credentials.
|
|
string | PublicKeyUrl [get] |
| | Gets the public key URL associated with the server credentials.
|
| |
|
byte[] | Signature [get] |
| | Gets the signature used for server authentication.
|
| |
|
byte[] | Salt [get] |
| | Gets the salt value used for cryptographic operations.
|
| |
|
long | Timestamp [get] |
| | Gets the timestamp indicating when the credentials were generated.
|
| |