Keyczar.MutableKeySet.GetKeyData C# (CSharp) Méthode

GetKeyData() public méthode

Gets the binary data that the key is stored in.
public GetKeyData ( int version ) : byte[]
version int The version.
Résultat byte[]
        public byte[] GetKeyData(int version)
        {
            return Keyczar.RawStringEncoding.GetBytes(_keys[version].ToJson());
        }