Ejemplo n.º 1
0
 public virtual byte[] CreatePassword(TestDelegationToken.TestDelegationTokenIdentifier
                                      t, DelegationKey key)
 {
     return(SecretManager.CreatePassword(t.GetBytes(), key.GetKey()));
 }