public PA_DATA(byte[] key, string name, string realm, uint nonce, Interop.KERB_ETYPE eType = Interop.KERB_ETYPE.aes256_cts_hmac_sha1) { // used for constrained delegation type = Interop.PADATA_TYPE.PA_S4U_X509_USER; value = new PA_S4U_X509_USER(key, name, realm, nonce, eType); }
public PA_DATA(byte[] key, string name, string realm, uint nonce) { // used for constrained delegation type = Interop.PADATA_TYPE.PA_S4U_X509_USER; value = new PA_S4U_X509_USER(key, name, realm, nonce); }