File: infocard\client\System\IdentityModel\Selectors\RpcHashCryptoParameters.cs | |
Project: ndp\cdf\src\WCF\System.IdentityModel.Selectors.csproj (System.IdentityModel.Selectors) |
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.IdentityModel.Selectors { using System; using System.Runtime.InteropServices; [StructLayout( LayoutKind.Sequential )] internal struct RpcHashCryptoParameters { public int hashSize; public RpcTransformCryptoParameters transform; } } |