Skip to main content

EncryptedMessage

Assembly: ServiceStack.Client.dll
View Source
Declaration
public class EncryptedMessage : IReturn<EncryptedMessageResponse>, IReturn

Properties

KeyId

View Source
Declaration
public string KeyId { get; set; }

EncryptedSymmetricKey

View Source
Declaration
public string EncryptedSymmetricKey { get; set; }

EncryptedBody

View Source
Declaration
public string EncryptedBody { get; set; }

Implements