string Serialize(
DiscoveryKey discoveryKey,
string password
)
Function Serialize (
discoveryKey As DiscoveryKey,
password As String
) As String
String^ Serialize(
DiscoveryKey^ discoveryKey,
String^ password
)
abstract Serialize :
discoveryKey : DiscoveryKey *
password : string -> string