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