1 write to apreq
System.IdentityModel (1)
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
205this.apreq = outSecurityBuffer.token;
3 references to apreq
System.IdentityModel (3)
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (3)
123return SecurityUtils.CloneBuffer(this.apreq); 238return new KerberosTicketHashKeyIdentifierClause(CryptoHelper.ComputeHash(this.apreq), false, null, 0) as T; 247return kerbKeyIdentifierClause.Matches(CryptoHelper.ComputeHash(this.apreq));