<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Core</name>
</assembly>
<members>
<member name="T:Microsoft.Win32.SafeHandles.SafeNCryptHandle">
<summary>
Provides a safe handle that can be used by Cryptography Next Generation (CNG) objects.
</summary>
</member>
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeNCryptHandle" /> class.
</summary>
</member>
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.ReleaseHandle">
<summary>
Releases a handle used by a Cryptography Next Generation (CNG) object.
</summary>
<returns>true if the handle is released successfully; otherwise, false.
</returns>
</member>
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptHandle.ReleaseNativeHandle">
<summary>
Releases a native handle used by a Cryptography Next Generation (CNG) object.
</summary>
<returns>true if the handle is released successfully; otherwise, false.
</returns>
</member>
<member name="T:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle">
<summary>
Provides a safe handle that represents a key (NCRYPT_KEY_HANDLE).
</summary>
</member>
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle" /> class.
</summary>
</member>
<member name="T:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle">
<summary>
Provides a safe handle that represents a key storage provider (NCRYPT_PROV_HANDLE).
</summary>
</member>
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle" /> class.
</summary>
</member>
<member name="T:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle">
<summary>
Provides a safe handle that represents a secret agreement value (NCRYPT_SECRET_HANDLE).
</summary>
</member>
<member name="M:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle" /> class.
</summary>
</member>
<member name="T:Microsoft.Win32.SafeHandles.SafePipeHandle">
<summary>
Represents a wrapper class for a file handle.
</summary>
</member>
<member name="M:Microsoft.Win32.SafeHandles.SafePipeHandle.#ctor(System.IntPtr,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Win32.SafeHandles.SafePipeHandle" /> class.
</summary>
<param name="preexistingHandle">
An <see cref="T:System.IntPtr" /> object that represents the pre-existing handle to use.
</param>
<param name="ownsHandle">true to reliably release the handle during the finalization phase; false to prevent reliable release (not recommended).
</param>
</member>
<member name="T:System.Action">
<summary>
Encapsulates a method that takes no parameters and does not return a value.
</summary>
</member>
<member name="T:System.Action`2">
<summary>
Encapsulates a method that has two parameters and does not return a value.
</summary>
<param name="arg1">
The first parameter of the method that this delegate encapsulates.
</param>
<param name="arg2">
The second parameter of the method that this delegate encapsulates.
</param>
<typeparam name="T1">
The type of the first parameter of the method that this delegate encapsulates.
</typeparam>
<typeparam name="T2">
The type of the second parameter of the method that this delegate encapsulates.
</typeparam>
</member>
<member name="T:System.Action`3">
<summary>
Encapsulates a method that takes three parameters and does not return a value.
</summary>
<param name="arg1">
The first parameter of the method that this delegate encapsulates.
</param>
<param name="arg2">
The second parameter of the method that this delegate encapsulates.
</param>
<param name="arg3">
The third parameter of the method that this delegate encapsulates.
</param>
<typeparam name="T1">
The type of the first parameter of the method that this delegate encapsulates.
</typeparam>
<typeparam name="T2">
The type of the second parameter of the method that this delegate encapsulates.
</typeparam>
<typeparam name="T3">
The type of the third parameter of the method that this delegate encapsulates.
</typeparam>
</member>
<member name="T:System.Action`4">
<summary>
Encapsulates a method that has four parameters and does not return a value.
</summary>
<param name="arg1">
The first parameter of the method that this delegate encapsulates.
</param>
<param name="arg2">
The second parameter of the method that this delegate encapsulates.
</param>
<param name="arg3">
The third parameter of the method that this delegate encapsulates.
</param>
<param name="arg4">
The fourth parameter of the method that this delegate encapsulates.
</param>
<typeparam name="T1">
The type of the first parameter of the method that this delegate encapsulates.
</typeparam>
<typeparam name="T2">
The type of the second parameter of the method that this delegate encapsulates.
</typeparam>
<typeparam name="T3">
The type of the third parameter of the method that this delegate encapsulates.
</typeparam>
<typeparam name="T4">
The type of the fourth parameter of the method that this delegate encapsulates.
</typeparam>
</member>
<member name="T:System.Func`1">
<summary>
Encapsulates a method that has no parameters and returns a value of the type specified by the <paramref name="TResult" /> parameter.
</summary>
<returns>
The return value of the method that this delegate encapsulates.
</returns>
<typeparam name="TResult">
The type of the return value of the method that this delegate encapsulates.
</typeparam>
</member>
<member name="T:System.Func`2">
<summary>
Encapsulates a method that has one parameter and returns a value of the type specified by the <paramref name="TResult" /> parameter.
</summary>
<returns>
The return value of the method that this
评论1
最新资源