1 instantiation of SecuritySessionKeyClass
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
634
attribute = new
SecuritySessionKeyClass
(sspiHandle, Marshal.ReadInt32(new IntPtr(ptr)));
4 references to SecuritySessionKeyClass
System.IdentityModel (4)
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (2)
258
SecuritySessionKeyClass
sessionKey = (
SecuritySessionKeyClass
)SspiWrapper.QueryContextAttributes(securityContext, ContextAttribute.SessionKey);
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (2)
214
SecuritySessionKeyClass
sessionKey = (
SecuritySessionKeyClass
)SspiWrapper.QueryContextAttributes(securityContext, ContextAttribute.SessionKey);