Fixed ambiguous references in docs

pull/303/head
dahall 2022-06-28 16:02:29 -06:00
parent 500fc4ecc7
commit 556798672b
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ namespace Vanara.PInvoke
CERT_FIND_VALID_ENHKEY_USAGE_FLAG = 0x20,
}
/// <summary>Flags for <see cref="CryptEnumKeyIdentifierProperties"/>.</summary>
/// <summary>Flags for <see cref="CryptEnumKeyIdentifierProperties(IntPtr, uint, CryptKeyIdFlags, string, IntPtr, IntPtr, PFN_CRYPT_ENUM_KEYID_PROP)"/>.</summary>
[PInvokeData("wincrypt.h", MSDNShortId = "6e57d935-4cfb-44af-b1c6-6c399c959452")]
[Flags]
public enum CryptKeyIdFlags

View File

@ -180,7 +180,7 @@ namespace Vanara.PInvoke
CRYPT_OAEP = 0x00000040,
}
/// <summary>Flags for <see cref="CryptExportKey"/>.</summary>
/// <summary>Flags for <see cref="CryptExportKey(HCRYPTKEY, HCRYPTKEY, BlobType, CryptExportKeyFlags, IntPtr, ref uint)"/>.</summary>
[PInvokeData("wincrypt.h", MSDNShortId = "8a7c7b46-3bea-4043-b568-6d91d6335737")]
[Flags]
public enum CryptExportKeyFlags