3 instantiations of CngProperty
System.Core (3)
System\Security\Cryptography\CngKey.cs (2)
102
var property = new
CngProperty
(
653
return new
CngProperty
(name, value, options);
System\Security\Cryptography\RsaCng.cs (1)
99
CngProperty keySizeProperty = new
CngProperty
(NCryptNative.KeyPropertyName.Length,
14 references to CngProperty
System.Core (14)
System\Security\Cryptography\CngKey.cs (4)
102
var
property = new CngProperty(
639
public
CngProperty
GetProperty(string name, CngPropertyOptions options) {
848
foreach (
CngProperty
property in creationParameters.ParametersNoDemand) {
858
public void SetProperty(
CngProperty
property) {
System\Security\Cryptography\CngProperty.cs (9)
16
public struct CngProperty : IEquatable<
CngProperty
> {
79
public static bool operator ==(
CngProperty
left,
CngProperty
right) {
83
public static bool operator !=(
CngProperty
left,
CngProperty
right) {
88
if (obj == null || !(obj is
CngProperty
)) {
92
return Equals((
CngProperty
)obj);
95
public bool Equals(
CngProperty
other) {
154
public sealed class CngPropertyCollection : Collection<
CngProperty
> {
System\Security\Cryptography\RsaCng.cs (1)
99
CngProperty
keySizeProperty = new CngProperty(NCryptNative.KeyPropertyName.Length,