6 overrides of Key
System.Security.Cryptography (6)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (6)
94
public override byte[]
Key
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
119
public override byte[]
Key
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
165
public override byte[]
Key
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
796
public override byte[]
Key
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
2369
public override byte[]
Key
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
3228
public override byte[]
Key
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
6 writes to Key
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
164
alg.
Key
= cek;
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\EncryptedXml.cs (3)
381
symAlg.
Key
= key;
490
symAlg.
Key
= encryptionKey;
495
symAlg.
Key
= encryptionKey;
System\Security\Cryptography\Xml\SymmetricKeyWrap.cs (2)
134
aes.
Key
= rgbKey;
197
aes.
Key
= rgbKey;
8 references to Key
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
158
cek = alg.
Key
;
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\EncryptedXml.cs (7)
551
ek.CipherData.CipherValue = EncryptedXml.EncryptKey(aes.
Key
, rsaPublicKey, false);
630
ek.CipherData.CipherValue = (symKey == null ? EncryptedXml.EncryptKey(aes.
Key
, rsa, false) : EncryptedXml.EncryptKey(aes.
Key
, symKey));
865
return SymmetricKeyWrap.TripleDESKeyWrapEncrypt(symmetricAlgorithm.
Key
, keyData);
872
return SymmetricKeyWrap.AESKeyWrapEncrypt(symmetricAlgorithm.
Key
, keyData);
907
return SymmetricKeyWrap.TripleDESKeyWrapDecrypt(symmetricAlgorithm.
Key
, keyData);
914
return SymmetricKeyWrap.AESKeyWrapDecrypt(symmetricAlgorithm.
Key
, keyData);