C# Class ClrPlus.Windows.Api.DigitalSignExtendedInfo

Datei anzeigen Open project: voltagex/junkcode

Public Properties

Property Type Description
dwAttrFlagsNotUsed uint
dwSize uint
hAdditionalCertStore System.IntPtr
psAuthenticated System.IntPtr
psUnauthenticated System.IntPtr

Public Methods

Method Description
DigitalSignExtendedInfo ( string description = null, string moreInfoUrl = null, string hashAlgorithm = null ) : System

Method Details

DigitalSignExtendedInfo() public method

public DigitalSignExtendedInfo ( string description = null, string moreInfoUrl = null, string hashAlgorithm = null ) : System
description string
moreInfoUrl string
hashAlgorithm string
return System

Property Details

dwAttrFlagsNotUsed public_oe property

public uint dwAttrFlagsNotUsed
return uint

dwSize public_oe property

public uint dwSize
return uint

hAdditionalCertStore public_oe property

public IntPtr,System hAdditionalCertStore
return System.IntPtr

psAuthenticated public_oe property

public IntPtr,System psAuthenticated
return System.IntPtr

psUnauthenticated public_oe property

public IntPtr,System psUnauthenticated
return System.IntPtr