Exemplo n.º 1
0
 public RequestAuth(Hmac hmac)
 {
     Hmac = hmac;
     Validate();
 }
Exemplo n.º 2
0
 public CASTCredential(Hmac hmac, HmacContent content)
 {
     this.Hmac = new HmacCredential(hmac, content);
 }