URN (Uniform Resource Name) #128
Unanswered
majid-al-saidi
asked this question in
Q&A
Replies: 1 comment
-
@majid-al-saidi, I believe this is what you are looking for: ->addAttribute(new Attribute('attribute', 'urn:oid:X.X.X.X')); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings, is there a way to add the URN (Uniform Resource Name) to the attributes?
I tried this:
->addAttribute(new Attribute('attribute', $value, 'urn:oid:X.X.X.X'))
The result:
<Attribute Name="attribute"> <AttributeValue>$value</AttributeValue> </Attribute>
There is no urn.
Beta Was this translation helpful? Give feedback.
All reactions