CertPropReaderDGetSanitizedShortCommonName Method |
Gets the sanitized and shortened common name of the Certification Authority.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string GetSanitizedShortCommonName()
Public Function GetSanitizedShortCommonName As String
public:
virtual String^ GetSanitizedShortCommonName() sealed
abstract GetSanitizedShortCommonName : unit -> string
override GetSanitizedShortCommonName : unit -> string
Return Value
Type:
String
Sanitized common name of the Certification Authority in a form as specified in
MS-WCCE §3.1.1.4.1.1.
Implements
ICertPropReaderDGetSanitizedShortCommonNameSee Also