AdmPwd.PDS.AzureKeyStore.KeyData.KeyData C# (CSharp) Метод

KeyData() публичный Метод

public KeyData ( UInt32 id, byte key, string area ) : System
id System.UInt32
key byte
area string
Результат System
        public KeyData(UInt32 id, byte[] key, string area)
        {
            Id = id;
            this.key = key;
            this.area = area;
        }

Same methods

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