@@ -217,26 +217,8 @@ public XmlSerializedDescriptorInfo(System.Xml.Linq.XElement serializedDescriptor
217
217
public System . Xml . Linq . XElement SerializedDescriptorElement { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
218
218
}
219
219
}
220
- namespace Microsoft . AspNetCore . DataProtection . Cng . Internal
221
- {
222
- public abstract partial class CngAuthenticatedEncryptorBase : Microsoft . AspNetCore . DataProtection . AuthenticatedEncryption . IAuthenticatedEncryptor , System . IDisposable
223
- {
224
- protected CngAuthenticatedEncryptorBase ( ) { }
225
- public byte [ ] Decrypt ( System . ArraySegment < byte > ciphertext , System . ArraySegment < byte > additionalAuthenticatedData ) { throw null ; }
226
- protected unsafe abstract byte [ ] DecryptImpl ( byte * pbCiphertext , uint cbCiphertext , byte * pbAdditionalAuthenticatedData , uint cbAdditionalAuthenticatedData ) ;
227
- public abstract void Dispose ( ) ;
228
- public byte [ ] Encrypt ( System . ArraySegment < byte > plaintext , System . ArraySegment < byte > additionalAuthenticatedData ) { throw null ; }
229
- public byte [ ] Encrypt ( System . ArraySegment < byte > plaintext , System . ArraySegment < byte > additionalAuthenticatedData , uint preBufferSize , uint postBufferSize ) { throw null ; }
230
- protected unsafe abstract byte [ ] EncryptImpl ( byte * pbPlaintext , uint cbPlaintext , byte * pbAdditionalAuthenticatedData , uint cbAdditionalAuthenticatedData , uint cbPreBuffer , uint cbPostBuffer ) ;
231
- }
232
- }
233
220
namespace Microsoft . AspNetCore . DataProtection . Internal
234
221
{
235
- public partial class DataProtectionBuilder : Microsoft . AspNetCore . DataProtection . IDataProtectionBuilder
236
- {
237
- public DataProtectionBuilder ( Microsoft . Extensions . DependencyInjection . IServiceCollection services ) { }
238
- public Microsoft . Extensions . DependencyInjection . IServiceCollection Services { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
239
- }
240
222
public partial interface IActivator
241
223
{
242
224
object CreateInstance ( System . Type expectedBaseType , string implementationTypeName ) ;
0 commit comments