From 113658ae7e3df46d864f47ddb87271979ba6186d Mon Sep 17 00:00:00 2001 From: David Hook Date: Thu, 2 Sep 2021 13:26:00 +1000 Subject: minor refactoring --- crypto/src/pkcs/Pkcs10CertificationRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/src') diff --git a/crypto/src/pkcs/Pkcs10CertificationRequest.cs b/crypto/src/pkcs/Pkcs10CertificationRequest.cs index 28b6ddb5b..10ce89bf0 100644 --- a/crypto/src/pkcs/Pkcs10CertificationRequest.cs +++ b/crypto/src/pkcs/Pkcs10CertificationRequest.cs @@ -495,10 +495,10 @@ namespace Org.BouncyCastle.Pkcs } /// - /// Returns X509Extensions if the attribute can be found and returns the extensions block. + /// Returns X509Extensions if the Extensions Request attribute can be found and returns the extensions block. /// /// X509Extensions block or null if one cannot be found. - public X509Extensions GetX509Extensions() + public X509Extensions GetRequestedExtensions() { if (reqInfo.Attributes != null) { -- cgit 1.5.1