7 references to CngPropertyOptions
System.Core (1)
System.Core.cs (1)
212[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngPropertyOptions))]
System.Security.Cryptography (5)
System\Security\Cryptography\Cng.NotSupported.cs (2)
121public CngProperty GetProperty(string name, CngPropertyOptions options) => default; 122public bool HasProperty(string name, CngPropertyOptions options) => false;
System\Security\Cryptography\CngProperty.cs (3)
19public CngProperty(string name, byte[]? value, CngPropertyOptions options) 30internal CngProperty(string name, ReadOnlySpan<byte> value, CngPropertyOptions options) 55public CngPropertyOptions Options { get; }
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
21[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.CngPropertyOptions))]