GSSP-NET試験は出題範囲が広く、独学だけでは論点の取りこぼしが起こりがちです。CertJukenでは2026年の出題傾向を反映したGIAC GIAC Secure Software Programmer - C#.NETの問題集を提供していますので、本番に近い形で実力を確認できます。
GIAC GSSP-NET 試験概要:
| 認定ベンダー: | GIAC |
|---|---|
| 試験名: | GIAC Secure Software Programmer - C#.NET |
| 試験番号: | GSSP-NET |
| 出題数: | 75 |
| 認定の有効期間: | 該当なし(提供終了) |
| 合格点: | 66% |
| 関連資格: | GIAC Certified Web Application Defender (GWEB) GIAC Secure Software Programmer (GSSP) |
| 対応言語: | English |
| 受験料: | 提供終了(現在のGIAC認定試験は通常999米ドルですが、この試験は現在提供されていません) |
| 試験形式: | 多肢選択式, 監督付き試験 |
| 試験時間: | 180 分 |
| サンプル問題: | ![]() |
| 受験方法: | GIAC 認定プラットフォームを通じて配信されるオンライン監督付き試験(過去の実績)。この認定は提供終了しています。 |
| 前提条件: | 正式な前提試験はありません。C#/.NET 開発の実務経験およびセキュアコーディング原則に関する知識が推奨されていました。 |
| 公式シラバスのURL: | https://www.giac.org/retired-certifications/ |
GIAC GSSP-NET 試験シラバストピック:
| セクション | 目標 |
|---|---|
| セッション管理 | - セキュアなセッションの管理
|
| .NET 例外処理とログ記録 | - セキュアなエラー処理
|
| 一般的な Web および .NET アプリケーションへの攻撃 | - 攻撃の認識と緩和
|
| .NET Framework セキュリティ | - フレームワークのセキュリティ機能
|
| .NET 認証 | - セキュアな認証メカニズムの実装
|
| セキュアソフトウェア開発ライフサイクル | - 開発へのセキュリティの統合
|
| .NET データ検証 | - 入力および出力の検証
|
| .NET 暗号化 | - 機密データの保護
|
| .NET 認可 | - 認可コントロールの実装
|
GIAC GIAC Secure Software Programmer - C#.NETの疑問をまとめたQ&A
GSSP-NETは、GIACが実施する「GIAC Information Security」を取得するための認定試験です。認定レベルはAdvancedで、実務に即した知識とスキルが問われます。GIAC Secure Software Programmer (GSSP)、GIAC Certified Web Application Defender (GWEB)などの関連認定へのステップとしても位置づけられており、キャリアアップを目指す方に広く選ばれています。CertJukenの練習問題を活用すれば、試験の全体像を把握しながら計画的に対策を進められます。
GSSP-NET試験の問題数は75、制限時間は180 分です。1問あたりに使える時間を意識すると、序盤で時間を使いすぎないペース配分が重要になります。見直しの時間を確保するためにも、CertJukenの模擬試験で時間を計りながら解く練習を重ね、本番と同じ時間感覚を身につけておくと安心です。
GSSP-NET試験の合格基準点は66%で、受験料は提供終了(現在のGIAC認定試験は通常999米ドルですが、この試験は現在提供されていません)です。万が一不合格になった場合、再受験には再度全額の受験料が必要になります。そのため、本番の前にCertJukenの練習問題で安定して合格点を超えられるかを確認してから受験することをおすすめします。
はい。CertJukenではGSSP-NET練習問題の無料サンプル(PDFデモ)を用意しており、内容や使い勝手を確かめてから購入を判断できます。購入後は365日間の無料更新が付き、更新期間の終了後は50%割引で継続更新を利用できます。
CertJukenでは「返金保証」を用意しています。購入後60日以内にGSSP-NET試験を受験して不合格だった場合、受験票の写しと公式のスコアレポート(Score Report)のPDFを試験後2日以内に提出すれば、7日以内に全額返金の手続きが完了します。なお、受験者名と購入時の支払者名が一致している必要があり、購入から3日以内の受験や、実際に受験しなかった場合は対象外です。返金の代わりに、同等の試験対策教材2つを無料で受け取り、購入済み製品の更新サービスを継続する選択も可能です。商品は購入後すぐにダウンロードでき、メールでも1分以内にお届けします。2時間経っても届かない場合はカスタマーサポートまでご連絡ください。インストールできるパソコンの台数に制限はありません。
GSSP-NET試験の出題範囲は9の分野に分かれています。主な分野はセッション管理、.NET 認証、.NET データ検証です。各分野の詳細な出題項目は、このページ上部の出題範囲一覧で確認できます。
GIAC GIAC Secure Software Programmer - C#.NET 認定 GSSP-NET 試験問題:
問題 #1
Maria works as a Software Developer for ABC Inc. She develops a Console application using Visual Studio .NET 2005. She writes the following code in the application:
String st="Hello World";
int MyBegin=1;
int MyEnd=3;
Console.WriteLine(st.Substring(MyBegin, MyEnd));
What will happen when she tries to compile and execute the application?
A. A compile-time error will occur stating "No method matching substring(int, char) exists".
B. The application will compile successfully and display "ell" as the output.
C. The application will compile successfully and display "el" as the output.
D. The application will compile successfully and display "Hel" as the output.
問題 #2
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2005 as its application development platform. You have recently finished development of a Windows application using .NET Framework. Users report that the application is not running properly. When the users try to complete a particular action, the following error message comes out:
Unable to find assembly 'myservices, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=29b5ad26c9de9b95'.
You notice that the error occurs as soon as the application tries to call functionality in a serviced component that was registered by using the following command:
regsvcs.exe myservices.dll
You must make sure that the application can call the functionality in the serviced component with no exceptions being thrown. What will you do to accomplish this task?
A. Copy the serviced component assembly into the C:\Program Files\ComPlus Applications fold er.
B. Copy the serviced component assembly into the C:\WINDOWS\system32\Com folder.
C. Run the command line tool: gacutil.exe /i myservices.dll.
D. Run the command line tool: regasm.exe myservices.dll.
問題 #3
You work as a Software Developer for InfoTech Inc. You create a Windows form in a Windows-based application named MyWinApp1. You use graphics in the form. You write the following code in your form:
private void MyMouseEvent1(object sender1, MouseEventArgs event)
{
// Code to handle mouse events
}
You want to implement a property of the MouseEventArgs object. This property will return a Point structure that contains the x-coordinate and y-coordinate of the mouse. Which of the following properties of the MouseEventArgs object will you use to accomplish this?
A. X
B. Clicks
C. Location
D. Delta
E. Y
F. Button
問題 #4
You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating an application using the .NET Framework. You need to save a graphical object from the application. The graphical object is a collection of x and y points, each represented by using a single precision floating point number. You want to use the least amount of disk space by the saved object. Which the following classes will you use to accomplish this task?
A. BinaryWriter
B. XmlWriter
C. StreamWriter
D. TextWriter
問題 #5
You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You create a Windows service application using the .NET Framework. You are required to synchronize execution of some resources across multiple processes.
What will you do to accomplish this task?
A. Use the Monitor class.
B. Use the ThreadPool class.
C. Use the Mutex class.
D. Use the Interlocked class.
解説:
| 問題 #1 正解: B | 問題 #2 正解: C | 問題 #3 正解: C | 問題 #4 正解: A | 問題 #5 正解: C |




広井**
Onoda
原田**
Yano
