2 overrides of ExportParameters
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
134
public override ECParameters
ExportParameters
()
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
179
public override ECParameters
ExportParameters
() => _wrapped.ExportParameters();
7 references to ExportParameters
System.Security.Cryptography (7)
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (2)
28
ECParameters otherPartyParameters = otherPartyPublicKey.
ExportParameters
();
110
ECParameters otherPartyParameters = otherPartyPublicKey.
ExportParameters
();
System\Security\Cryptography\ECDiffieHellmanPublicKey.ExportParameters.cs (4)
46
/// The member <see cref="
ExportParameters
" /> has not been overridden in a derived class.
52
ECParameters ecParameters =
ExportParameters
();
64
/// The member <see cref="
ExportParameters
" /> has not been overridden in a derived class.
70
ECParameters ecParameters =
ExportParameters
();
System\Security\Cryptography\ECDiffieHellmanWrapper.cs (1)
179
public override ECParameters ExportParameters() => _wrapped.
ExportParameters
();