NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AsymmetricAlgorithm.KeyExchangeAlgorithm

[To be supplied.]

[Visual Basic]
MustOverride Public ReadOnly Property KeyExchangeAlgorithm As _
   String
[C#]
public string KeyExchangeAlgorithm {abstract get;}
[C++]
public: __property virtual String* get_KeyExchangeAlgorithm() = 0;
[JScript]
public abstract function get KeyExchangeAlgorithm() : String;

See Also

AsymmetricAlgorithm Class | AsymmetricAlgorithm Members | System.Security.Cryptography Namespace