Describes a reference to a key
Exemplo n.º 1
0
        /// <summary>
        /// Build a KeyData object from a reference to a key. This may be a certificate,
        /// a certificate reference (URL and hash), a UDF value, etc.
        /// </summary>
        /// <param name="KeyHandle"></param>
        public KeyData(KeyHandle KeyHandle) {


            kid = KeyHandle.UDF; // The Key identifier is always the UDF of the key.


            }