C# Class AdmPwd.PDS.AzureKeyStore.KeyData

Show file Open project: jformacek/laps-e Class Usage Examples

Public Properties

Property Type Description
Id System.UInt32
area string
key byte[]

Public Methods

Method Description
KeyData ( UInt32 id, byte key, string area ) : System
KeyData ( byte data, string area ) : System
ToSecretUpdate ( ) : SecretUpdate.SecretUpdate
ToString ( ) : string
rawData ( ) : byte[]

Method Details

KeyData() public method

public KeyData ( UInt32 id, byte key, string area ) : System
id System.UInt32
key byte
area string
return System

KeyData() public method

public KeyData ( byte data, string area ) : System
data byte
area string
return System

ToSecretUpdate() public method

public ToSecretUpdate ( ) : SecretUpdate.SecretUpdate
return SecretUpdate.SecretUpdate

ToString() public method

public ToString ( ) : string
return string

rawData() public method

public rawData ( ) : byte[]
return byte[]

Property Details

Id public property

public UInt32,System Id
return System.UInt32

area public property

public string area
return string

key public property

public byte[] key
return byte[]