1 instantiation of SecSizes
System.IdentityModel (1)
System\IdentityModel\SspiWrapper.cs (1)
597
attribute = new
SecSizes
(nativeBuffer);
2 references to SecSizes
System.IdentityModel (2)
System\IdentityModel\SspiWrapper.cs (2)
541
nativeBlockSize =
SecSizes
.SizeOf;
913
public static readonly int SizeOf = Marshal.SizeOf(typeof(
SecSizes
));