14 references to CngProperty
System.Core (1)
System.Core.cs (1)
211
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CngProperty
))]
System.Security.Cryptography (12)
System\Security\Cryptography\Cng.NotSupported.cs (2)
127
public
CngProperty
GetProperty(string name, CngPropertyOptions options) => default;
129
public void SetProperty(
CngProperty
property) { }
System\Security\Cryptography\CngProperty.cs (9)
17
public struct CngProperty : IEquatable<
CngProperty
>
31
/// Initializes a new instance of the <see cref="
CngProperty
" /> struct.
66
return obj is
CngProperty
&& Equals((
CngProperty
)obj);
69
public bool Equals(
CngProperty
other)
115
public static bool operator ==(
CngProperty
left,
CngProperty
right)
120
public static bool operator !=(
CngProperty
left,
CngProperty
right)
System\Security\Cryptography\CngPropertyCollection.cs (1)
10
public sealed class CngPropertyCollection : Collection<
CngProperty
>
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
19
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CngProperty
))]