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