System::Security::Cryptography::Xml::DSAKeyValue クラス

DSAKeyValue class

DSA 秘密鍵を表します。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうしないと実行時エラーやアサーション障害が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、関数の引数としてこのポインタを使用してください。

class DSAKeyValue : public System::Security::Cryptography::Xml::KeyInfoClause

メソッド

メソッド説明
DSAKeyValue()
DSAKeyValue(SharedPtr<DSA>)
get_Key()
set_Key(SharedPtr<DSA>)

参照