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