30 references to CngAlgorithm
System.Core (1)
System.Core.cs (1)
200
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CngAlgorithm
))]
System.Security.Cryptography (28)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (28)
323
public sealed partial class CngAlgorithm : System.IEquatable<System.Security.Cryptography.
CngAlgorithm
>
327
public static System.Security.Cryptography.
CngAlgorithm
ECDiffieHellman { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
328
public static System.Security.Cryptography.
CngAlgorithm
ECDiffieHellmanP256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
329
public static System.Security.Cryptography.
CngAlgorithm
ECDiffieHellmanP384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
330
public static System.Security.Cryptography.
CngAlgorithm
ECDiffieHellmanP521 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
331
public static System.Security.Cryptography.
CngAlgorithm
ECDsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
332
public static System.Security.Cryptography.
CngAlgorithm
ECDsaP256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
333
public static System.Security.Cryptography.
CngAlgorithm
ECDsaP384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
334
public static System.Security.Cryptography.
CngAlgorithm
ECDsaP521 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
335
public static System.Security.Cryptography.
CngAlgorithm
MD5 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
337
public static System.Security.Cryptography.
CngAlgorithm
MLDsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
339
public static System.Security.Cryptography.
CngAlgorithm
MLKem { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
340
public static System.Security.Cryptography.
CngAlgorithm
Rsa { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
341
public static System.Security.Cryptography.
CngAlgorithm
Sha1 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
342
public static System.Security.Cryptography.
CngAlgorithm
Sha256 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
343
public static System.Security.Cryptography.
CngAlgorithm
Sha384 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
344
public static System.Security.Cryptography.
CngAlgorithm
Sha512 { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
346
public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Security.Cryptography.
CngAlgorithm
? other) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
348
public static bool operator ==(System.Security.Cryptography.
CngAlgorithm
? left, System.Security.Cryptography.
CngAlgorithm
? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
349
public static bool operator !=(System.Security.Cryptography.
CngAlgorithm
? left, System.Security.Cryptography.
CngAlgorithm
? right) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
384
public System.Security.Cryptography.
CngAlgorithm
Algorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
399
public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.
CngAlgorithm
algorithm) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
401
public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.
CngAlgorithm
algorithm, string? keyName) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
403
public static System.Security.Cryptography.CngKey Create(System.Security.Cryptography.
CngAlgorithm
algorithm, string? keyName, System.Security.Cryptography.CngKeyCreationParameters? creationParameters) { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); }
1135
public System.Security.Cryptography.
CngAlgorithm
HashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
1317
public System.Security.Cryptography.
CngAlgorithm
HashAlgorithm { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
9
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
CngAlgorithm
))]