Account Options

  1. Sign in
Google Groups Home
« Groups Home
Signer authenticated attribute
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Vishal Agarwal[MSFT]  
View profile  
 More options Mar 16 2004, 1:27 am
Newsgroups: microsoft.public.platformsdk.security
From: "Vishal Agarwal[MSFT]" <vish...@online.microsoft.com>
Date: Mon, 15 Mar 2004 22:26:52 -0800
Local: Tues, Mar 16 2004 1:26 am
Subject: Re: Signer authenticated attribute
What's the attribute you want to put?

Thanks,
Vishal [MSFT]

--
This posting is provided "AS IS" with no warranties, and confers no rights

"Massimo Gaddini" <anonym...@discussions.microsoft.com> wrote in message

news:B7B0F78B-73C6-458A-B59B-1B49C2E9956F@microsoft.com...
> Hi,
> how i can insert a signer authenticated attribute during the signing
process?
> I sign one file with CryptSignMessage API function and I pass it the

CRYPT_SIGN_MESSAGE_PARA structure.
> The signing process work but i don't know how to set the field rgAuthAttr

in the CRYPT_SIGN_MESSAGE_PARA structure.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Massimo Gaddini  
View profile  
 More options Mar 16 2004, 12:48 pm
Newsgroups: microsoft.public.platformsdk.security
From: Massimo Gaddini <anonym...@discussions.microsoft.com>
Date: Tue, 16 Mar 2004 09:46:07 -0800
Local: Tues, Mar 16 2004 12:46 pm
Subject: Re: Signer authenticated attribute
Well, i want to put the "signingTime" attribute first.
Where can i find a complete list of available attributes, with their OID and meaning?

Thanks,
Massimo Gaddini

     ----- Vishal Agarwal[MSFT] wrote: -----

     What's the attribute you want to put?

     Thanks,
     Vishal [MSFT]

     --
     This posting is provided "AS IS" with no warranties, and confers no rights
     "Massimo Gaddini" <anonym...@discussions.microsoft.com> wrote in message
     news:B7B0F78B-73C6-458A-B59B-1B49C2E9956F@microsoft.com...
     > Hi,
     > how i can insert a signer authenticated attribute during the signing
     process?
     > I sign one file with CryptSignMessage API function and I pass it the
     CRYPT_SIGN_MESSAGE_PARA structure.
     > The signing process work but i don't know how to set the field rgAuthAttr
     in the CRYPT_SIGN_MESSAGE_PARA structure.
     > Which CryptoAPI function must i call ?
     >> Thanks
     > Massimo Gaddini
     >


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vishal Agarwal[MSFT]  
View profile  
 More options Mar 17 2004, 12:52 pm
Newsgroups: microsoft.public.platformsdk.security
From: "Vishal Agarwal[MSFT]" <vish...@online.microsoft.com>
Date: Wed, 17 Mar 2004 09:51:18 -0800
Local: Wed, Mar 17 2004 12:51 pm
Subject: Re: Signer authenticated attribute
You will have to create a CRYPT_ATTRIBUTE structure with oid as
szOID_RSA_signingTime and set its reference as the value of rgAuthAttr.
Its a single valued attribute with CRYPT_ATTR_BLOB containing the asn
encoded UTC time (You can use CryptEncodedObject with the same Oid to obtain
the encoded data).

Depending on the attribute you want and if its a known attribute, you should
find it in the help for CryptEncodeObject or in Wincrypt.h

Thanks,
Vishal [MSFT]

--
This posting is provided "AS IS" with no warranties, and confers no rights

"Massimo Gaddini" <anonym...@discussions.microsoft.com> wrote in message

news:3B6D154C-AA3D-4AD3-8ACA-7A30FAF43687@microsoft.com...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »