Visual Basic (Declaration) | |
---|---|
<ElementAttribute()> Public Property CertifiedTimestampType As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DigitalSignature Dim value As String instance.CertifiedTimestampType = value value = instance.CertifiedTimestampType |
C# | |
---|---|
[ElementAttribute()] public string CertifiedTimestampType {get; set;} |
C++/CLI | |
---|---|
[ElementAttribute()] public: property String^ CertifiedTimestampType { String^ get(); void set ( String^ value); } |
Property Value
The type of the certified timestamp.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7