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)
121
public CngProperty GetProperty(string name,
CngPropertyOptions
options) => default;
122
public bool HasProperty(string name,
CngPropertyOptions
options) => false;
System\Security\Cryptography\CngProperty.cs (3)
19
public CngProperty(string name, byte[]? value,
CngPropertyOptions
options)
30
internal CngProperty(string name, ReadOnlySpan<byte> value,
CngPropertyOptions
options)
55
public
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
))]